Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeBody ¶
func DecodeBody(encode string, body io.ReadCloser) (io.ReadCloser, error)
Types ¶
type ContentType ¶
type ContentType int
const ( None ContentType = iota FormData DataUrlEncode JSON XML RAW Binary )
func Equal ¶
func Equal(t string) ContentType
func (ContentType) String ¶
func (t ContentType) String() string
Click to show internal directories.
Click to hide internal directories.