Net::HTTP::Spore::Middleware::Redirection - Middleware for redirections
my $client = Net::HTTP::Spore->new_from_spec('twitter.json');
$client->enable( 'Redirection', max_redirect => 2 );
# or
$client->enable( 'Redirection');
This middleware let you define how many redirection your client should follow.
By default, a client won't follow redirections.
max_redirect
How many redirections the client should follow. Default is 5
- 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.