Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrContentTypeUndefined is returned when the request does not include the // Content-Type header. ErrContentTypeUndefined = fmt.Errorf("Content-Type is undefined") // ErrDecoderNotImplemented is returned if the Content-Type does not match // one of the defined decoders, i.e. // "application/json" => jsonDecode // "application/xml" => undefined and this error is return ErrDecoderNotImplemented = fmt.Errorf("Decoding is not yet implement") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.