View Source HTTPSpec.Request.QueryParams (http_spec v3.0.0)
Helpers for handling key-value pairs which are encoded as query.
Note
This module doesn't support Key-value pairs that contains duplicate keys, because the underlying data structure is a map.
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()