Archive-Har
view release on metacpan or search on metacpan
lib/Archive/Har/Entry/Timings.pm view on Meta::CPAN
returns a new Timings object
=head2 blocked
returns the time in milliseconds spent waiting for a network connection. The function will return undef if it does not apply to the current request
=head2 dns
returns the time in milliseconds spent in DNS resolution of the host name. The function will return undef if it does not apply to the current request
=head2 connect
returns the time in milliseconds spent making the TCP connection. The function will return undef if it does not apply to the current request
=head2 send
returns the time in milliseconds spent sending the request to the server.
=head2 wait
returns the time in milliseconds spent waiting for a response from the server.
=head2 receive
returns the time in milliseconds spent reading the response from the server.
=head2 ssl
returns the time in milliseconds spent negotiating the SSL/TLS session. The function will return undef if it does not apply to the current request
=head2 comment
returns the comment about the page timings
=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::Timings requires no configuration files or environment variables.
=head1 DEPENDENCIES
Archive::Har::Entry::Timings 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.304 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )