VERSION
version 0.09SYNOPSIS
use HTTP::Headers::ActionPack::Core::BaseHeaderType;
DESCRIPTION
This is a base class for header values which also contain a parameter list. There are no real user serviceable parts in here.METHODS
- "new( $subject, @params )"
- "subject"
- "new_from_string ( $header_string )"
- This will take an HTTP header string and parse it into and object.
- "as_string"
-
This stringifies the link
respecting the parameter order.
NOTE: This will canonicalize the header such that it will add a space between each semicolon and quotes and unquotes all headers appropriately.
AUTHOR
Stevan Little <[email protected]>CONTRIBUTORS
- Andrew Nelson <[email protected]>
- Dave Rolsky <[email protected]>
- Florian Ragwitz <[email protected]>
- Jesse Luehrs <[email protected]>
- Karen Etheridge <[email protected]>
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.

