Documentation
¶
Index ¶
- func GetBool(req *go_http.Request, param string) (bool, error)
- func GetInt64(req *go_http.Request, param string) (int64, error)
- func GetString(req *go_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 *go_http.Request, param string) (bool, error)
- func PostInt64(req *go_http.Request, param string) (int64, error)
- func PostString(req *go_http.Request, param string) (string, error)
- func RequestInt64(req *go_http.Request, param string) (int64, error)
- func RequestString(req *go_http.Request, param string) (string, error)
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.