URI-AnyService
view release on metacpan or search on metacpan
t/URI-AnyService.t view on Meta::CPAN
scheme => 'https',
has_recognized_scheme => !!1,
opaque => '//user@www.example.com/path?query=value',
fragment => 'fragment',
as_string => $full_url,
TO_JSON => $full_url,
# _query methods
query => 'query=value',
query_form => [qw< query value >],
query_keywords => undef,
query_param => [qw< query >],
query_form_hash => { query => 'value' },
# _generic methods
authority => 'user@www.example.com',
path => '/path',
path_query => '/path?query=value',
path_segments => ['', 'path'],
# XXX: I have no idea why they called these methods reserved function names...
#abs => 'https://user@www.example.com/path',
( run in 2.285 seconds using v1.01-cache-2.11-cpan-299005ec8e3 )