Search results for "module:URI::ESCAPE"
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::Escape::XS - Drop-In replacement for URI::Escape
DANKOGAI/URI-Escape-XS-0.14
-
09 Jun 2016 11:19:07 UTC
URI::Escape::Any - Use XS-based URI escape module, fallback to URI::Escape
This module tries to load URI::XSEscape, then URI::Escape::XS, then falls back to URI::Escape. The export '%escapes' from URI::Escape is currently not provided....
PERLANCAR/URI-Escape-Any-0.001 - 18 Jun 2020 02:20:53 UTC
Any::URI::Escape - Load URI::Escape::XS preferentially over URI::Escape
URI::Escape is great, but URI::Escape::XS is faster. This module loads URI::Escape::XS and imports the two most common methods if XS is installed. The insides of this module aren't completely shaken out yet, so patches welcome....
PHRED/Any-URI-Escape-0.01 - 18 May 2010 18:12:23 UTC
URI::Escape::Path - Like URI::Escape, but does not escape '/'
This module's "uri_escape()" and "uri_escape_utf8()" functions use this default unsafe character list: "^A-Za-z0-9\-\._~" instead of URI::Escape's default of: "^A-Za-z0-9\-\._~"...
PERLANCAR/URI-Escape-Path-0.001 - 18 Jun 2020 02:21:04 UTC
URI::Escape::JavaScript - A perl implementation of JavaScript's escape() and unescape() functions
URI::Escape::JavaScript provides JavaScript's "escape()" and "unescape()" functions. It works simplar to homonymous functions of JavaScript. URI::Escape doesn't work for escaping and unescaping JavaScript like Unicode URI-escape ("%uXXXX"). But you c...
TANIGUCHI/URI-Escape-JavaScript-0.04 - 05 Mar 2010 02:50:37 UTC
URI::Escape::Optimistic - avoid escaping most characters and hope for the best!
TOBYINK/RDF-RDB2RDF-0.008
-
20 Sep 2013 14:27:16 UTC
URI::XSEscape - Fast XS URI-escaping library, replacing URI::Escape.
By loading URI::XSEscape anywhere, you replace any usage of URI::Escape with a faster C implementation. You can continue to use URI::Escape and any other module that depends on it just like you did before. It's just faster now. When you have loaded U...
GONZUS/URI-XSEscape-0.002000 - 16 Feb 2021 17:11:40 UTC
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::pack - Support of the pack scheme in URI.
This module will have pack URIs as given to the URI module blessed into this class instead of URI::_generic. This class provides extra pack-specific functionality....
DOUGDUDE/URI-pack-0.002001 - 18 Oct 2011 19:03:24 UTC
URI::Fast - A fast(er) URI parser
"URI::Fast" is a faster alternative to URI. It is written in C and provides basic parsing and modification of a URI. URI is an excellent module; it is battle-tested, robust, and handles many edge cases. As a result, it is rather slower than it would ...
JEFFOBER/URI-Fast-0.55 - 13 Sep 2021 19:43:34 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::Query - class providing URI query string manipulation
URI::Query provides simple URI query string manipulation, allowing you to create and manipulate URI query strings from GET and POST requests in web applications. This is primarily useful for creating links where you wish to preserve some subset of th...
GAVINC/URI-Query-0.16 - 10 Aug 2016 02:03:58 UTC
URI::Encode - Simple percent Encoding/Decoding
This modules provides simple URI (Percent) encoding/decoding The main purpose of this module (at least for me) was to provide an easy method to encode strings (mainly URLs) into a format which can be pasted into a plain text emails, and that those li...
MITHUN/URI-Encode-v1.1.1 - 07 May 2016 15:16:03 UTC
URI::Template - Object for handling URI templates (RFC 6570)
This module provides a wrapper around URI templates as described in RFC 6570: <http://tools.ietf.org/html/rfc6570>....
BRICAS/URI-Template-0.24 - 20 Sep 2018 17:58:55 UTC
URI::SmartURI - Subclassable and hostless URIs
This is a sort of "subclass" of URI using delegation with some extra methods, all the methods that work for URIs will work on these objects as well. It's similar in spirit to URI::WithBase. It's also completely safe to subclass for your own use....
RKITOVER/URI-SmartURI-0.032 - 12 Aug 2012 21:19:49 UTC
URI::Encode::XS - a Perl URI encoder/decoder using C
This is a Perl URI encoder/decoder written in XS based on RFC3986 <https://tools.ietf.org/html/rfc3986>. This module always encodes characters that are not unreserved. When decoding, invalid escape sequences are preserved, e.g: uri_decode("foo%20bar%...
DFARRELL/URI-Encode-XS-0.11 - 18 Aug 2017 22:40:38 UTC
DMTF::CIM::WSMan - Provides WSMan CIM binding
This module extends the DMTF::CIM class with DMTF::WSMan mapping and binding. This implements the generic operations documented for DMTF::CIM....
SHURD/DMTF-CIM-WSMan-v0.09 - 09 Sep 2013 20:10:03 UTC
URI::Template::Restrict - restricted URI Templates handler
This is a restricted URI Templates handler. URI Templates is described at <http://bitworking.org/projects/URI-Templates/>. This module supports draft-gregorio-uritemplate-03 except -opt and -neg operators....
MASAKI/URI-Template-Restrict-0.06 - 28 Aug 2010 09:12:03 UTC
Regexp::Common::URI::gopher - Returns a pattern for gopher URIs.
$RE{URI}{gopher}{-notab} Gopher URIs are poorly defined. Originally, RFC 1738 defined gopher URIs, but they were later redefined in an internet draft. One that was expired in June 1997. The internet draft for gopher URIs defines them as follows: "gop...
ABIGAIL/Regexp-Common-2017060201 - 02 Jun 2017 22:07:57 UTC