NAME

WARC::Record::Replay::HTTP::Response - HTTP response loaded from WARC record

SYNOPSIS

use WARC::Record;

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

DESCRIPTION

...

AUTHOR

Jacob Bachmeyer, <jcb@cpan.org>

SEE ALSO

WARC::Record, HTTP::Response

COPYRIGHT AND LICENSE

Copyright (C) 2019, 2020 by Jacob Bachmeyer

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