Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPHandler ¶
type HTTPHandler interface { Path() string Method() string Handler() HTTPRequestHandler }
HTTPHandler is an HTTP handler descriptor containing the context path, method, and request handler.
type HTTPRequestHandler ¶
type HTTPRequestHandler func(http.ResponseWriter, *http.Request)
HTTPRequestHandler is an HTTP handler.
Click to show internal directories.
Click to hide internal directories.