http1::uri

Module url_encoding

source

Structs§

Traits§

  • Alphabet used for percent encoding.

Functions§

  • Decodes a URI component that may contain percent-encoded characters back into a plain string.
  • Encodes a URI component by using the UrlComponentEncode alphabet for percent-encoding. This function wraps encode_uri_component_with with the default alphabet.
  • Encodes a URI component using a custom alphabet for percent-encoding.