Documentation
¶
Index ¶
- Constants
- func Param(req *http.Request, name string) (string, bool)
- func ParamInt(req *http.Request, name string) (int, bool)
- func Query(req *http.Request, name string) (string, bool)
- func QueryBool(req *http.Request, name string) (bool, bool)
- func QueryInt(req *http.Request, name string) (int, bool)
- type Route
- type Router
Constants ¶
View Source
const Version = "0.1.0"
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.