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

NAME

WARC::Record::Replay::HTTP::Message - HTTP message loaded from WARC record

SYNOPSIS

  use WARC::Record;

  $message = $record->replay;   # if $record is an HTTP message

DESCRIPTION

The WARC::Record::Replay::HTTP::Message class is the internal implementation supporting deferred loading of HTTP entity bodies.

AUTHOR

Jacob Bachmeyer, <jcb@cpan.org>

SEE ALSO

WARC::Record, HTTP::Message

COPYRIGHT AND LICENSE

Copyright (C) 2019 by Jacob Bachmeyer

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