Archive-Har

 view release on metacpan or  search on metacpan

lib/Archive/Har.pm  view on Meta::CPAN

$har->pages() will return the list of L<page|Archive::Har::Page> objects for the HTTP Archive

=head2 entries

$har->entries() will return the list of L<entry|Archive::Har::Entry> objects for the HTTP Archive

=head2 comment

$har->comment() will return the comment for the HTTP Archive

=head1 DIAGNOSTICS

=over

=item C<< Failed to gzip HAR archive >>

An error occurred while gzipping.

=item C<< Failed to gunzip HAR archive >>

An error occurred while gunzipping.

=back

=head1 CONFIGURATION AND ENVIRONMENT

Archive::Har requires no configuration files or environment variables.  

=head1 DEPENDENCIES

Archive::Har requires the following non-core Perl modules

=over

=item *
L<JSON|JSON>

=item *
L<IO::Compress::Gzip|IO::Compress:Gzip>

=item *
L<IO::Uncompress::Gunzip|IO::Uncompress:Gunzip>

=item *
L<XML::LibXML|XML::LibXML>

=back

=head1 INCOMPATIBILITIES

None reported

=head1 SEE ALSO

L<HTTP Archive 1.2 Specification|http://www.softwareishard.com/blog/har-12-spec/>

=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.950 second using v1.01-cache-2.11-cpan-d8267643d1d )