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

NAME

EntityModel::Web::Header - HTTP header abstraction

VERSION

version 0.004

SYNOPSIS

 use EntityModel::Web::Header;
 my $hdr = EntityModel::Web::Header->new(
        name => 'Content-Type',
        value => 'text/html',
 );
 print $hdr->as_text;

DESCRIPTION

METHODS

AUTHOR

Tom Molesworth <cpan@entitymodel.com>

LICENSE

Copyright Tom Molesworth 2009-2011. Licensed under the same terms as Perl itself.