The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

HTTP::Headers::ActionPack::Core::BaseHeaderWithParams - A Base header type with params

VERSION

version 0.05

SYNOPSIS

  use HTTP::Headers::ActionPack::Core::BaseHeaderWithParams;

DESCRIPTION

This is a base class for header values which contain a parameter list. There is no real user servicable parts in here.

METHODS

params

Accessor for the unordered hash-ref of params.

add_param( $key, $value )

Add in a parameter, it will be placed at end very end of the parameter order.

remove_param( $key )

Remove a parameter from the link.

params_are_empty

Returns false if there are no parameters on the invovant.

AUTHOR

Stevan Little <stevan.little@iinteractive.com>

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.