NAME
MarpaX::ESLIF::URI::https - URI::https syntax as per RFC7230
VERSION
version 0.007
SUBROUTINES/METHODS
MarpaX::ESLIF::URI::https inherits, and eventually overwrites some, methods of MarpaX::ESLIF::URI::_generic.
$class->bnf
Overwrites parent's bnf implementation. Returns the BNF used to parse the input.
$class->grammar
Overwrite parent's grammar implementation. Returns the compiled BNF used to parse the input as MarpaX::ESLIF::Grammar singleton.
NOTES
The default https port is the one configured on caller's system, or 443.
SEE ALSO
RFC7230, MarpaX::ESLIF::URI::_generic
AUTHOR
Jean-Damien Durand <jeandamiendurand@free.fr>
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.