Archive-Har
view release on metacpan or search on metacpan
lib/Archive/Har/Entry/Response.pm view on Meta::CPAN
returns the status text of the response
=head2 http_version
returns the version of the http response
=head2 headers
returns a list of L<http header|Archive::Har::Entry::Header> objects
=head2 cookies
returns a list of L<http cookie|Archive::Har::Entry::Cookie> objects
=head2 content
returns L<details|Archive::Har::Entry::Response::Content> about the response body
=head2 redirect_url
returns the content of the Location header of the response, if any
=head2 headers_size
returns the total number of bytes in the http response up to and including the double CRLF before the start of the response body
=head2 body_size
returns the total number of bytes in the http response body
=head2 comment
returns the comment about the Entry
=head1 DIAGNOSTICS
=over
=item C<< %s is not specified in the HAR 1.2 spec and does not start with an underscore >>
The HAR 1.2 specification allows undocumented fields, but they must start with an underscore
=back
=head1 CONFIGURATION AND ENVIRONMENT
Archive::Har::Entry::Response requires no configuration files or environment variables.
=head1 DEPENDENCIES
Archive::Har::Entry::Response requires no additional non-core Perl modules
=head1 INCOMPATIBILITIES
None reported
=head1 AUTHOR
David Dick, C<< <ddick at cpan.org> >>
=head1 BUGS AND LIMITATIONS
Please report any bugs or feature requests to C<bug-archive-har at rt.cpan.org>, or through
the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Archive-Har>. I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.
=head1 LICENSE AND COPYRIGHT
Copyright 2015 David Dick.
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
( run in 1.604 second using v1.01-cache-2.11-cpan-5837b0d9d2c )