Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrorNoJSONHeader = errors.New("a")
ErrorNoJSONHeader determines that the current request have no JSON headers.
Functions ¶
This section is empty.
Types ¶
type HTTP ¶
type HTTP struct {
Request *http.Request
Body string
Writer http.ResponseWriter
Params httprouter.Params
Additionals map[string]interface{}
}
HTTP represents the web server request.
Click to show internal directories.
Click to hide internal directories.