FreeBSD Manual Pages
Net::HTTP::Spore::MiddUserrContributedNPt::HTTP::Spore::Middleware::Runtime(3) NAME Net::HTTP::Spore::Middleware::Runtime - add a new header with runtime VERSION version 0.09 SYNOPSIS my $client = Net::HTTP::Spore->new_from_spec('twitter.json'); $client->enable('Runtime'); my $result = $client->public_timeline; say "request executed in ".$result->header('X-Spore-Runtime'); DESCRIPTION Net::HTTP::Spore::Middleware::Runtime is a middleware that add a new header to the response's headers: X-Spore-Runtime. The value of the header is the time the request took to be executed. AUTHORS o Franck Cuny <franck.cuny@gmail.com> o Ash Berlin <ash@cpan.org> o Ahmad Fatoum <athreef@cpan.org> COPYRIGHT AND LICENSE This software is copyright (c) 2012 by Linkfluence. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.32.0 2017Net::HTTP::Spore::Middleware::Runtime(3)
NAME | VERSION | SYNOPSIS | DESCRIPTION | AUTHORS | COPYRIGHT AND LICENSE
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Net::HTTP::Spore::Middleware::Runtime&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>