ExOpenSea.QueryEncoders.WwwForm (ex_open_sea v0.0.7)

Encodes enumerable keys and values as "x-www-form-urlencoded". It encodes " " as "+".

Note "x-www-form-urlencoded" is not specified as part of RFC 3986. However, it is a commonly used format to encode query strings and form data by browsers.

Link to this section Summary

Link to this section Functions

@spec encode(Enum.t()) :: String.t()

Callback implementation for ExOpenSea.QueryEncoder.encode/1.