=head1 NAME Web::URL::Scheme - URL scheme properties =head1 SYNOPSIS use Web::URL::Scheme; warn get_default_port 'http'; # 80 =head1 DESCRIPTION The C module provides access to properties of URL schemes. =head1 FUNCTION There is the following function, exported by default: =over 4 =item $port = get_default_port $scheme Return the default port for the scheme. The argument must be a canonicalized (lowercase) URL scheme name, without C<:> delimiter. If no default port is defined for the scheme, C is returned. =back =head1 SPECIFICATION URL Standard . =head1 AUTHOR Wakaba . =head1 LICENSE Copyright 2011-2016 Wakaba . This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut