NAME
Net::HTTP::Spore::Middleware::Auth::Basic - middleware for Basic authentication
VERSION
version 0.04
SYNOPSIS
my $client = Net::HTTP::Spore->new_from_spec('github.json');
$client->enable('Auth::Basic', username => 'xxx', password => 'yyy');
DESCRIPTION
Net::HTTP::Spore::Middleware::Auth::Basic is a middleware to handle Basic authentication mechanism.
AUTHOR
franck cuny <franck@lumberjaph.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 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.