erlang / 25.0 / lib / inets-8.0 / doc / html / http_uri.html /

http_uri

Old URI utility module, use uri_string instead

Module http_uri was introduced in OTP R15B01.

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:

uri() = string() | binary()

Syntax according to the URI definition in RFC 3986, for example, "http://www.erlang.org/"

For more information about URI, see RFC 3986.

Types

Decodes a possibly hexadecimal encoded URI.

Types

Encodes a hexadecimal encoded URI.

© 2010–2022 Ericsson AB
Licensed under the Apache License, Version 2.0.