The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

MarpaX::ESLIF::URI - URI as per RFC3986/RFC6874

VERSION

version 0.002

$class->new($str, $scheme)

Returns a instance that is a MarpaX::ESLIF::URI::$scheme representation of $str, when $scheme defaults to _generic if there is no specific $scheme implementation, or if the later fails.

NOTES

Percent-encoded characters are decoded to ASCII characters corresponding to every percent-encoded byte.

SEE ALSO

MarpaX::ESLIF::URI::_generic

AUTHOR

Jean-Damien Durand <jeandamiendurand@free.fr>

CONTRIBUTOR

Jean-Damien Durand <Jean-Damien.Durand@newaccess.ch>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Jean-Damien Durand.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.