Archive-Har
view release on metacpan or search on metacpan
lib/Archive/Har/Entry.pm view on Meta::CPAN
=head2 request
returns the L<request|Archive::Har::Entry::Request> object
=head2 response
returns the L<response|Archive::Har::Entry::Response> object
=head2 cache
returns the L<cache|Archive::Har::Entry::Cache> object
=head2 timings
returns the entry L<timings|Archive::Har::Entry::Timings> object
=head2 server_ip_address
returns the IP address of the server that was connected (result of DNS resolution)
=head2 connection
returns the unique ID of the parent TCP/IP connection. This can be the client port number.
=head2 comment
returns the comment about the Entry
=head1 DIAGNOSTICS
=over
=item C<< started_date_time is not formatted correctly >>
The started_date_time field must be formatted like so
0000-00-00T00:00:00.0+00:00
=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 requires no configuration files or environment variables.
=head1 DEPENDENCIES
Archive::Har::Entry 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 0.490 second using v1.01-cache-2.11-cpan-39bf76dae61 )