# Functions
DecodeArbitraryXML decodes an arbitrary XML from a reader stream.
DecodeDataURI decodes data URI scheme data:[<media type>][;<key>=<value>][;<extension>],<data>.
EncodeQueryValues encode query values to string.
EvalQueryParameterURL evaluate the query parameter URL.
NewIndexKey creates an index key.
NewJSONDecoder creates a new JSON encoder.
NewKey creates a string key.
No description provided by the author
NewMultipartWriter creates a MultipartWriter instance.
NewParameterItem creates a parameter value pair.
NewURLParameterEncoder creates a URLParameterEncoder instance.
NewXMLDecoder creates a new XML encoder.
NewXMLEncoder creates a new XML encoder.
SetHeaderParameters set parameters to request headers.
StringifySimpleScalar converts a simple scalar value to string.
# Constants
EncodingASCII is ascii encoding for the data url.
EncodingBase64 is base64 encoding for the data url.
# Structs
DataURI represents the Data URI scheme
[Data URI]: https://en.wikipedia.org/wiki/Data_URI_scheme.
JSONDecoder implements a dynamic JSON decoder from the HTTP schema.
Key represents a key string or index.
MultipartFormEncoder implements a multipart/form encoder.
MultipartWriter extends multipart.Writer with helpers.
ParameterItem represents the key-value slice pair.
URLParameterEncoder represents a URL parameter encoder.
XMLDecoder implements a dynamic XML decoder from the HTTP schema.
XMLEncoder implements a dynamic XML encoder from the HTTP schema.