Versions in this module Expand all Collapse all v1 v1.0.0 Aug 3, 2021 Changes in this version + func EncodeForm(writer io.Writer, payload interface{}) error + func EncodeJSON(writer io.Writer, payload interface{}) error + func EncodeRaw(rw io.Writer, payload interface{}) error + func EncodeXML(writer io.Writer, payload interface{}) error + type Decoder func(resp *http.Response) error + func DecodeForm(destination *url.Values) Decoder + func DecodeJSON(destination interface{}) Decoder + func DecodeRaw(writer io.Writer) Decoder + func DecodeXML(destination interface{}) Decoder + type Encoder func(writer io.Writer, payload interface{}) error