Search results for "module:URI::WithBase"
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 - 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::Based - Define a base URI and then generate variations on it
NICWOLFF/URI-Based-1.03
-
05 Oct 2012 00:42:40 UTC
Types::URI - type constraints and coercions for URIs
Types::URI is a type constraint library suitable for use with Moo/Moose attributes, Kavorka sub signatures, and so forth. Types This module provides some type constraints broadly compatible with those provided by MooseX::Types::URI, plus a couple of ...
TOBYINK/Types-URI-0.007 - 21 Nov 2019 00:40:15 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::PathAbstract - A URI-like object with Path::Abstract capabilities
URI::PathAbstract is a combination of the URI::WithBase and Path::Abstract classes. It is essentially a URI class that delegates path-handling methods to Path::Abstract Unfortunately, this is not true: URI::PathAbstract->new( http://example.com )->is...
RKRIMEN/URI-PathAbstract-0.01 - 06 Aug 2008 17:30:22 UTC
MouseX::Types::URI - A URI type library for Mouse
MouseX::Types::URI creates common Mouse types, coercions and option specifications useful for dealing with URIs as Mouse attributes. Coercions (see Mouse::Util::TypeConstraints) are made from "Str", "ScalarRef", "HashRef", Path::Class::Dir and Path::...
MASAKI/MouseX-Types-URI-0.03 - 15 Nov 2009 12:31:15 UTC
MooseX::Types::URI - URI related types and coercions for Moose
This package provides Moose types for fun with URIs....
ETHER/MooseX-Types-URI-0.09 - 11 Mar 2021 03:21:13 UTC