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
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.