Documentation
¶
Index ¶
- func DecodeForm(r *http.Request, dst any) error
- func DecodeJSON(w http.ResponseWriter, r *http.Request, dst interface{}) error
- func DecodeJSONStrict(w http.ResponseWriter, r *http.Request, dst interface{}) error
- func DecodePostForm(r *http.Request, dst any) error
- func DecodeQueryString(r *http.Request, dst any) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeJSON ¶
func DecodeJSON(w http.ResponseWriter, r *http.Request, dst interface{}) error
func DecodeJSONStrict ¶
func DecodeJSONStrict(w http.ResponseWriter, r *http.Request, dst interface{}) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.