Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HandlerFunc ¶ added in v1.4.0
HandlerFunc custom function handler
type Route ¶ added in v1.4.0
type Route struct { Method string Path string HandlerFunc HandlerFunc }
Route is the structure of an HTTP route definition
Click to show internal directories.
Click to hide internal directories.