Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Middleware ¶
type Middleware func(w http.ResponseWriter, r *http.Request, context *Context) (result ProcessResult)
type ProcessResult ¶ added in v1.15.3
type ProcessResult int
const ( GoNext ProcessResult = iota SkipRests Outputted )
Click to show internal directories.
Click to hide internal directories.