Expand description
Module for encoding and decoding URIs.
Structs§
- Query
Parameters - Alternating, decoded query names and values.
Enums§
Functions§
- decode_
uri - Decodes a percent-encoded URI string.
- encode_
uri - Percent-encode an entire URI string that is valid UTF-8.
- encode_
uri_ component - Percent-encode a URI component string that is valid UTF-8.
- internal_
encode_ uri - Percent-encode an entire URI string that is valid UTF-8.