NAME
WWW::Class::Header - Handles headers for WWW::Class
DESCRIPTION
Not much to say.. it's all in the NAME
method
Create your own header accessor or method.
$c->header->method( strange_key => sub {
return shift->{weird_key};
});
my $head = $c->header;
$head->method( cache => sub {
return shift->{cache};
});
BUGS
Please e-mail bradh@cpan.org
AUTHOR
Brad Haywood <bradh@cpan.org>
COPYRIGHT & LICENSE
Copyright 2011 the above author(s).
This sofware is free software, and is licensed under the same terms as perl itself.