Search results for "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 - Search in distribution- URI::URL - Uniform Resource Locators
- URI::file - URI that maps to local file names
- URI::data - URI that contains immediate data
- 43 more results from URI »
URI::XS - fast URI framework, compatible with classic URI.pm, with C++ interface
URI::XS has similar functionality as URI, but is much faster (sometimes 100x). URI::XS conforms to RFC 3986....
SYBER/URI-XS-2.1.6 - 20 Jul 2023 12:44:33 UTC - Search in distribution
URI::db - Database URIs
This class provides support for database URIs. They're inspired by JDBC URIs <http://docs.oracle.com/cd/B14117_01/java.101/b10979/urls.htm#BEIJFHHB> and PostgreSQL URIs <http://www.postgresql.org/docs/9.3/static/libpq-connect.html#LIBPQ-CONN STRING>,...
DWHEELER/URI-db-0.21 - 09 May 2023 22:21:12 UTC - Search in distribution- URI::mssql - Microsoft SQL Server database URI
- URI::ldapdb - LDAP database URI
- lib/URI/yugabytedb.pm
- 41 more results from URI-db »
URI::ni - URI scheme for Named Information Identifiers
This module implements the "ni:" URI scheme defined in RFC 6920 <http://tools.ietf.org/html/rfc6920>....
DORIAN/URI-ni-0.05 - 23 Mar 2018 21:56:18 UTC - Search in distribution- URI::di - URI scheme for digital signatures
URI::s3 - s3 URI scheme
URI::s3 is an URI scheme handler for "s3://" protocol....
KARUPA/URI-s3-v0.2 - 04 Apr 2019 18:39:18 UTC - Search in distribution
URI::ws - WebSocket support for URI package
After this module is installed, the URI package provides the same set of methods for WebSocket URIs as it does for HTTP ones. For secure WebSockets, see URI::wss....
PLICEASE/URI-ws-0.03 - 12 Sep 2013 10:09:30 UTC - Search in distribution- URI::wss - Secure WebSocket support for URI package
Eve::Uri - a URI automation class.
The class provides automation for different common operations with URIs. A URI is automaticaly brought to the canonical form after creation or after using any setter method. Attributes "fragment" a fragment part of the URI. "query" a query string par...
ZINIGOR/Eve-0.06 - 05 May 2014 10:32:37 UTC - Search in distribution- Eve - The web service creation framework written with events in mind.
- Eve::HttpResource::Graph - a base class for the Graph API node HTTP resources.
- Eve::HttpRequest::Psgi - an HTTP request adapter for the PSGI interface.
URI::poe - URI extension for POE urls
Please see POEx::URI for description....
GWYN/POEx-URI-0.0301 - 03 Nov 2010 02:12:14 UTC - Search in distribution- POEx::URI - URI extension for POE event specfiers
URI::tdb - the tdb URI scheme
The dated URI scheme is defined in an Internet Draft <http://tools.ietf.org/html/draft-masinter-dated-uri-10>. Dated URIs include a date and an embedded URI. They identify the same resource that was identified by the embedded URI at the given date. t...
TOBYINK/URI-duri-0.003 - 10 Sep 2014 22:21:13 UTC - Search in distribution- URI::duri - the duri URI scheme
URI::geo - The geo URI scheme.
From <http://geouri.org/>: More and more protocols and data formats are being extended by methods to add geographic information. However, all of those options are tied to that specific protocol or data format. A dedicated Uniform Resource Identifier ...
ANDYA/URI-geo-0.05 - 29 May 2009 20:52:57 UTC - Search in distribution
URI::git - git URI scheme
URI::git is an URI scheme handler for <git://> protocol....
MIYAGAWA/URI-git-0.02 - 08 Nov 2009 04:44:27 UTC - Search in distribution
URI::jar - Java ARchive URI
ZIGOROU/URI-jar-0.02
-
21 Aug 2007 17:30:24 UTC
-
Search in distribution
URI::cid - RFC 2392 cid: URI implementation
RFC 2392 <http://tools.ietf.org/html/rfc2392> defines a straight-forward method of expressing the contents of email "Message-ID" and "Content-ID" headers as URIs. This module provides some utility methods for working with them....
DORIAN/URI-mid-0.03 - 20 Oct 2012 21:04:56 UTC - Search in distribution- URI::mid - RFC 2392 mid: URI implementation
URI::tag - Tag URI Scheme (RFC 4151)
URI::tag is an URI class that represents Tag URI Scheme, defined in RFC 4151....
MIYAGAWA/URI-tag-0.02 - 08 Nov 2009 04:28:44 UTC - Search in distribution
URI::udp - udp connection string
URI extension for UDP protocol...
JASEI/URI-tcp-2.0.0 - 16 Aug 2017 14:56:30 UTC - Search in distribution- URI::tcp - tcp connection string
URI::tel - Implementation of rfc3966 for tel URI
"URI::tel" is a package to implement the tel URI as defined in rfc3966 <https://tools.ietf.org/search/rfc3966>. tel URI is structured as follows: tel:*telephone-subscriber* *telephone-subscriber* is either a *global-number* or a *local-number* *globa...
JDEGUEST/URI-tel-v0.801.1 - 18 Aug 2021 13:12:39 UTC - Search in distribution
APR::URI - Perl API for URI manipulations
"APR::URI" allows you to parse URI strings, manipulate each of the URI elements and deparse them back into URIs. All "APR::URI" object accessors accept a string or an "undef" value as an argument. Same goes for return value. It's important to disting...
SHAY/mod_perl-2.0.12 - 30 Jan 2022 13:36:21 UTC - Search in distribution- Apache2::URI - Perl API for manipulating URIs
- Writing
- HTTP
- 4 more results from mod_perl »
Rose::URI - A URI class that allows easy and efficient manipulation of URI components.
Rose::URI is an alternative to URI. The important differences are as follows. Rose::URI provides a rich set of query string manipulation methods. Query parameters can be added, removed, and checked for their existence. URI allows the entire query to ...
JSIRACUSA/Rose-URI-1.00 - 17 Mar 2010 12:36:20 UTC - Search in distribution
Test::URI - Check Uniform Resource Identifiers
Check various parts of Uniform Resource Locators...
BDFOY/Test-URI-1.084 - 09 Jan 2022 02:39:43 UTC - Search in distribution
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 - Search in distribution- URI::Fast::IRI - IRI support for URI::Fast
- URI::Fast::Test - Unit test comparisons for URI::Fast objects
- URI::Fast::Benchmarks - comparing URI::Fast to other modules