NAME

Net::HTTP::Spore::Middleware::BaseUrl - Spore Middleware to change the base_url

VERSION

version 0.001

SYNOPSIS

my $client = Net::HTTP::Spore->new_from_spec('api.json');
$client->enable( 'BaseUrl'
    base_url  => 'http://www.perl.org',
);

NAME

Net::HTTP::Spore::Middleware::BaseUrl - Spore Middleware to change the base_url

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.