Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HTTPHeadersToShellVars ¶ added in v1.9.0
HTTPHeadersToShellVars convert HTTP headers to shell vars.
func URLValuesToShellVars ¶ added in v1.14.0
URLValuesToShellVars convert URL values to shell vars.
Types ¶
type HandlerFunc ¶ added in v1.4.0
HandlerFunc custom function handler
type Route ¶ added in v1.4.0
type Route struct { Path string HandlerFunc HandlerFunc Middlewares middleware.Middlewares }
Route is the structure of an HTTP route definition
Click to show internal directories.
Click to hide internal directories.