=head1 Name lua-uri-http - HTTP URI support for Lua URI library =head1 Description The classes C and C are used for URIs with the C and C schemes respectively. C inherits from the generic L class, and C inherits from C. An HTTP or HTTPS URI containing any userinfo part is considered to be invalid. An empty path is normalized to '/', since browsers usually do that, and an empty path cannot be used in an HTTP GET request. The default port for the C scheme S, and for C S. There are no extra methods defined for telnet URIs, only those described in L. =head1 References As far as I can tell there is no up to date specification of the syntax of HTTP URIs, so this class is based on L and L. =for comment vi:ts=4 sw=4 expandtab