Documentation
¶
Index ¶
- func GetBool(req *http.Request, param string) (bool, error)
- func GetFloat64(req *http.Request, param string) (float64, error)
- func GetInt(req *http.Request, param string) (int, error)
- func GetInt64(req *http.Request, param string) (int64, error)
- func GetString(req *http.Request, param string) (string, error)
- func HeaderBool(req *go_http.Request, param string) (bool, error)
- func HeaderInt64(req *go_http.Request, param string) (int64, error)
- func HeaderString(req *go_http.Request, param string) (string, error)
- func PostBool(req *http.Request, param string) (bool, error)
- func PostFloat64(req *http.Request, param string) (float64, error)
- func PostInt(req *http.Request, param string) (int, error)
- func PostInt64(req *http.Request, param string) (int64, error)
- func PostString(req *http.Request, param string) (string, error)
- func RequestBool(req *http.Request, param string) (bool, error)
- func RequestFloat64(req *http.Request, param string) (float64, error)
- func RequestInt(req *http.Request, param string) (int, error)
- func RequestInt64(req *http.Request, param string) (int64, error)
- func RequestString(req *http.Request, param string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PostFloat64 ¶ added in v3.1.1
func RequestFloat64 ¶ added in v3.1.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.