NAME
WARC::Record::Replay::HTTP::Request - HTTP request loaded from WARC record
SYNOPSIS
use WARC::Record;
$request = $record->replay; # if $record is an HTTP request
DESCRIPTION
...
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.