Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnmarshalBody ¶
func UnmarshalBody(body io.Reader, v interface{}, unmarshaler UnmarshalerFunc) error
UnmarshalBody reads the request's body and binds it to a value or pointer of any type.
Types ¶
type UnmarshalerFunc ¶
UnmarshalerFunc is the Unmarshaler compatible type.
See 'unmarshalBody' for more.
Click to show internal directories.
Click to hide internal directories.