Documentation ¶
Overview ¶
Package aghhttp provides some common methods to work with HTTP.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RegisterFunc ¶ added in v0.107.10
type RegisterFunc func(method, url string, handler http.HandlerFunc)
RegisterFunc is the function that sets the handler to handle the URL for the method.
TODO(e.burkov, a.garipov): Get rid of it.
Click to show internal directories.
Click to hide internal directories.