http_uri
Old URI utility module, use uri_string instead
- Provided by: erlang-manpages (Version: 1:25.3.2.8+dfsg-1ubuntu4.6)
- Source: erlang
- Report a bug
Old URI utility module, use uri_string instead
This module is deprecated since OTP 23. Use the module uri_string to properly handle URIs, this is the recommended module since OTP 21.
Type definitions that are used more than once in this module:
boolean() = true | false
string() = list of ASCII characters
Type definitions that are related to URI:
For more information about URI, see RFC 3986.
decode(HexEncodedURI) -> URI
Types:
Decodes a possibly hexadecimal encoded URI.
encode(URI) -> HexEncodedURI
Types:
Encodes a hexadecimal encoded URI.