GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
http_uri(3) Erlang Module Definition http_uri(3)

http_uri - 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 related to URI:

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

For more information about URI, see RFC 3986.

decode(EncodedPart) -> DecodePart

Types:

EncodedPart = uri_part() - A possibly percent encoded URI part
DecodePart = uri_part()
Warning:
Do not use will be removed use uri_string:unquote/1 instead

Decodes a possibly percent encoded URI part

encode(DecodedPart) -> EncodedPart

Types:

DecodePart = uri_part()
EncodedPart = uri_part() - Percent encoded URI part
Warning:
Do not use will be removed use uri_string:quote/1 instead

Performes prrcent encoding.

inets 9.1 Ericsson AB

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.