The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:URI::Escape"

URI::Escape - Percent-encode and percent-decode unsafe characters River stage five • 1893 direct dependents • 10024 total dependents

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.28 - 27 Mar 2024 01:50:38 UTC

URI::Escape::XS - Drop-In replacement for URI::Escape River stage two • 20 direct dependents • 59 total dependents

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 River stage one • 2 direct dependents • 3 total dependents

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 River stage two • 6 direct dependents • 93 total dependents

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 '/' River stage one • 2 direct dependents • 2 total dependents

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 River stage zero No dependents

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! River stage zero No dependents

TOBYINK/RDF-RDB2RDF-0.008 - 20 Sep 2013 14:27:16 UTC

URI::XSEscape - Fast XS URI-escaping library, replacing URI::Escape. River stage one • 1 direct dependent • 2 total dependents

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) River stage five • 1893 direct dependents • 10024 total dependents

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.28 - 27 Mar 2024 01:50:38 UTC

URI::pack - Support of the pack scheme in URI. River stage zero No dependents

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 River stage one • 2 direct dependents • 2 total dependents

"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 River stage five • 1893 direct dependents • 10024 total dependents

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.28 - 27 Mar 2024 01:50:38 UTC

URI::Query - class providing URI query string manipulation River stage two • 20 direct dependents • 26 total dependents

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 River stage two • 46 direct dependents • 68 total dependents

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) River stage three • 17 direct dependents • 104 total dependents

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 River stage one • 1 direct dependent • 2 total dependents

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 River stage two • 6 direct dependents • 11 total dependents

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 River stage zero No dependents

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 River stage zero No dependents

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. River stage three • 195 direct dependents • 487 total dependents

$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
20 results (0.028 seconds)