NAME
Net::HTTP::Spore::Middleware::BaseUrl - Spore Middleware to change the base_url on the fly
VERSION
version 0.02
SYNOPSIS
my $client = Net::HTTP::Spore->new_from_spec('api.json');
$client->enable( 'BaseUrl',
base_url => 'www.perl.org',
);
NAME
Net::HTTP::Spore::Middleware::BaseUrl - Spore Middleware to change the base_url on the fly
AUTHOR
Tiago Peczenyj <tiago.peczenyj@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Weborama.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.