Search results for "module:URI::file::Base"
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::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
URI::ToDisk - An object for mapping a URI to an on-disk storage directory
In several process relating to working with the web, we may need to keep track of an area of disk that maps to a particular URL. From this location, we should be able to derived both a filesystem path and URL for any given directory or file under thi...
ADAMK/URI-ToDisk-1.12 - 12 Nov 2007 02:44:17 UTC
Mirror::URI - Mirror Configuration and Auto-Discovery
Mirror::URI is an abstract base class for the mirror auto-discovery modules Mirror::YAML and Mirror::JSON. See their documentation for more details....
ADAMK/Mirror-URI-0.90 - 01 Jun 2009 18:32:02 UTC
URI::Nested - Nested URIs
This class provides support for nested URIs, where the scheme is a prefix, and the remainder of the URI is another URI. Examples include JDBC URIs <http://docs.oracle.com/cd/B14117_01/java.101/b10979/urls.htm#BEIJFHHB> and database URIs <https://gith...
DWHEELER/URI-Nested-0.10 - 19 Dec 2013 23:31:50 UTC
URI::ImpliedBase - magically force all URIs to be absolute
This module is a drop-in replacement for URI. It wraps the new() method with some extra code which automatically captures either the base of the supplied URI (if it is absolute), or supplies the current base to "URI-"new_abs()> (if it is relative). I...
MCMAHON/URI-ImpliedBase-0.08 - 08 Jul 2012 18:29:34 UTC
Apache2::SSI::URI - Apache2 Server Side Include URI Object Class
Apache2::SSI::URI is used to manipulate and query http uri. It is used by Apache2::SSI both for the main query, and also for sub queries like when there is an "include" directive. In this case, there would be the main document uri such as "/some/path...
JDEGUEST/Apache2-SSI-v0.2.8 - 11 Oct 2023 07:32:30 UTC
Data::Semantic::URI - Semantic data classes for URI-related data
This is a base class for semantic data classes for URIs. Classes for the following URI types are available: "fax" See Data::Semantic::URI::fax. "file" See Data::Semantic::URI::file. "ftp" See Data::Semantic::URI::ftp. "http" See Data::Semantic::URI::...
MARCEL/Data-Semantic-URI-1.100850 - 26 Mar 2010 14:50:55 UTC
URI::Info::PluginBase - Base class for URI::Info::Plugin::*
PERLANCAR/URI-Info-0.004
-
15 Aug 2023 00:05:17 UTC
Catalyst::Plugin::Session::State::URI - Use URIs to pass the session id between requests
In order for Catalyst::Plugin::Session to work the session ID needs to be available on each request, and the session data needs to be stored on the server. This plugin puts the session id into URIs instead of something like a cookie. By default, it r...
BOBTFISH/Catalyst-Plugin-Session-State-URI-0.15 - 23 Sep 2010 18:34:19 UTC