Documentation ¶
Index ¶
- func Bool(r *http.Request, key string, defVal bool) bool
- func Float64(r *http.Request, key string, defVal float64) float64
- func Int(r *http.Request, key string, defVal int) int
- func Int64(r *http.Request, key string, defVal int64) int64
- func MustBool(r *http.Request, key string) bool
- func MustFloat64(r *http.Request, key string, displayName ...string) float64
- func MustInt(r *http.Request, key string, displayName ...string) int
- func MustInt64(r *http.Request, key string, displayName ...string) int64
- func MustString(r *http.Request, key string, displayName ...string) string
- func String(r *http.Request, key string, defVal string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.