Net::HTTP::Spore::Middleware::Runtime - add a new header with runtime
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');
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.
- Franck Cuny <franck.cuny@gmail.com>
- Ash Berlin <ash@cpan.org>
- Ahmad Fatoum <athreef@cpan.org>
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.