View Source HTTPSpec.Request.Query (http_spec v2.2.0)
Helpers to handle key-value pairs in query.
Because query doesn't always contain key-value pairs, so related helpers are grouped as this extra module.
Summary
Types
Functions
@spec decode(HTTPSpec.Request.query(), encoding()) :: t()
@spec encode(t(), encoding()) :: HTTPSpec.Request.query()