Module query_strings

Module query_strings 

Source

Functionsยง

build_query_string
Converts a query string map into a query string
decode_query
Decodes a query string using a percent-encoding scheme
encode_query
Encodes the query string using a percent-encoding scheme
parse_query_string
Parses a query string into an optional map. The query parameter name will be mapped to a list of values. Where the query parameter is repeated, the order of the values will be preserved.
query_from_json
Parses a V2 query string from a JSON struct
query_to_json
Converts a query string structure into a JSON struct
v3_query_from_json
Parses a V3 query string from a JSON struct