HTTP::Headers::ActionPack::Core::BaseHeaderList(3) A Base Header List

VERSION

version 0.09

SYNOPSIS


use HTTP::Headers::ActionPack::Core::BaseHeaderList;

DESCRIPTION

This is a base class for header lists. There are no real user serviceable parts in here.

METHODS

"new_from_string ( $header_string )"
This accepts a HTTP header string which get parsed and loaded accordingly.
"as_string"

ABSTRACT METHODS

"add"
"add_header_value"
"iterable"

AUTHOR

Stevan Little <[email protected]>

CONTRIBUTORS

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Infinity Interactive, Inc..

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