Pike programming language

Top Protocols Protocols.HTTP
➤ Protocols.HTTP.quoted_string_encode() Protocols.HTTP.uri_encode() ➤

Method Protocols.HTTP.uri_decode()


Method uri_decode

string uri_decode(string s)

Description

Decodes URI-style %XX encoded chars in the given string, and then UTF-8 decodes the result. This is the reverse of uri_encode and uri_encode_invalids.

See also

uri_encode, uri_encode_invalids

Extracted from as of .