Search results for "dist:URI"
URI - Uniform Resource Identifiers (absolute and relative)
This module implements the "URI" class. Objects of this class represent "Uniform Resource Identifier references" as specified in RFC 2396 (and updated by RFC 2732). A Uniform Resource Identifier is a compact string of characters that identifies an ab...
OALDERS/URI-5.21 - 23 Aug 2023 16:02:58 UTC
URI::URL - Uniform Resource Locators
This module is provided for backwards compatibility with modules that depend on the interface provided by the "URI::URL" class that used to be distributed with the libwww-perl library. The following differences exist compared to the "URI" class inter...
OALDERS/URI-5.21 - 23 Aug 2023 16:02:58 UTC
URI::file - URI that maps to local file names
The "URI::file" class supports "URI" objects belonging to the *file* URI scheme. This scheme allows us to map the conventional file names found on various computer systems to the URI name space, see RFC 8089 <https://www.rfc-editor.org/rfc/rfc8089.ht...
OALDERS/URI-5.21 - 23 Aug 2023 16:02:58 UTC
URI::data - URI that contains immediate data
The "URI::data" class supports "URI" objects belonging to the *data* URI scheme. The *data* URI scheme is specified in RFC 2397. It allows inclusion of small data items as "immediate" data, as if it had been included externally. Examples: data:,Perl%...
OALDERS/URI-5.21 - 23 Aug 2023 16:02:58 UTC
URI::icap - URI scheme for ICAP Identifiers
This module implements the "icap:" URI scheme defined in RFC 3507 <http://tools.ietf.org/html/rfc3507>, for the Internet Content Adaptation Protocol <https://en.wikipedia.org/wiki/Internet_Content_Adaptation_Protocol>....
OALDERS/URI-5.21 - 23 Aug 2023 16:02:58 UTC
URI::ldap - LDAP Uniform Resource Locators
"URI::ldap" provides an interface to parse an LDAP URI into its constituent parts and also to build a URI as described in RFC 2255....
OALDERS/URI-5.21 - 23 Aug 2023 16:02:58 UTC
URI::icaps - URI scheme for ICAPS Identifiers
This module implements the "icaps:" URI scheme defined in RFC 3507 <http://tools.ietf.org/html/rfc3507>, for the Internet Content Adaptation Protocol <https://en.wikipedia.org/wiki/Internet_Content_Adaptation_Protocol>....
OALDERS/URI-5.21 - 23 Aug 2023 16:02:58 UTC
URI::Split - Parse and compose URI strings
Provides functions to parse and compose URI strings. The following functions are provided: ($scheme, $auth, $path, $query, $frag) = uri_split($uri) Breaks up a URI string into its component parts. An "undef" value is returned for those parts that are...
OALDERS/URI-5.21 - 23 Aug 2023 16:02:58 UTC
URI::Escape - Percent-encode and percent-decode unsafe characters
This module provides functions to percent-encode and percent-decode URI strings as defined by RFC 3986. Percent-encoding URI's is informally called "URI escaping". This is the terminology used by this module, which predates the formalization of the t...
OALDERS/URI-5.21 - 23 Aug 2023 16:02:58 UTC
URI::WithBase - URIs which remember their base
This module provides the "URI::WithBase" class. Objects of this class are like "URI" objects, but can keep their base too. The base represents the context where this URI was found and can be used to absolutize or relativize the URI. All the methods d...
OALDERS/URI-5.21 - 23 Aug 2023 16:02:58 UTC
URI::Heuristic - Expand URI using heuristics
This module provides functions that expand strings into real absolute URIs using some built-in heuristics. Strings that already represent absolute URIs (i.e. that start with a "scheme:" part) are never modified and are returned unchanged. The main us...
OALDERS/URI-5.21 - 23 Aug 2023 16:02:58 UTC
URI::_punycode - encodes Unicode string in Punycode
URI::_punycode is a module to encode / decode Unicode strings into Punycode <https://tools.ietf.org/html/rfc3492>, an efficient encoding of Unicode for use with IDNA <https://tools.ietf.org/html/rfc5890>....
OALDERS/URI-5.21 - 23 Aug 2023 16:02:58 UTC
URI::QueryParam - Additional query methods for URIs
"URI::QueryParam" used to provide the query_form_hash, query_param query_param_append, and query_param_delete methods on URI objects. These methods have been merged into URI itself, so this module is now a no-op....
OALDERS/URI-5.21 - 23 Aug 2023 16:02:58 UTC