Skip to content

manakai/perl-web-url

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web::URL::Canonicalize - Perl URL Canonicalizer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

These Perl modules parse, resolve, and/or canonicalize URLs in the
same manner Web browsers do.

* Perl modules

- Web::URL (lib/Web/URL.pm)
- Web::URL::Encoding (lib/Web/URL/Encoding.pm)
- Web::URL::Parser (lib/Web/URL/Parser.pm)
- Web::URL::Scheme (lib/Web/URL/Scheme.pm)
- Web::Origin (lib/Web/Origin.pm)
- Web::Host (lib/Web/Host.pm)

Deprecated API:

- Web::URL::Canonicalize (lib/Web/URL/Canonicalize.pm)
- Web::DomainName::Canonicalize (lib/Web/DomainName/Canonicalize.pm)
- Web::DomainName::IDNEnabled (lib/Web/DomainName/IDNEnabled.pm)
- Web::IPAddr::Canonicalize (lib/IPAddr/Canonicalize.pm)

* Dependency

Perl 5.14 or later is required.  Latest version of Perl, which
supports latest version of the Unicode Standard, which can affect
canonicalization of domain names, should be used.

The |Web::Encoding| module and related modules from the
perl-web-encodings repository, which is a submodule of this
repository, are also required.

* Distribution

Latest version of these files are available from the Git repository:

- <https://github.com/manakai/perl-web-url>

* Author

Wakaba <wakaba@suikawiki.org>.

* License

You can use, modify, or distribute these files.  See license terms for
these files for more information.

About

Web::URL - Web browser compatible URL handling in Perl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 98.7%
  • Makefile 1.3%