first commit
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
package req
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
type HttpResponse interface {
|
||||
Get(path ...string) GlobalParams
|
||||
Send(w http.ResponseWriter, r *http.Request)
|
||||
}
|
||||
Reference in New Issue
Block a user