Net::HTTP::Spore::Middleware::Auth::Basic - middleware for Basic authentication
version 0.09
my $client = Net::HTTP::Spore->new_from_spec('github.json');
$client->enable('Auth::Basic', username => 'xxx', password => 'yyy');
Net::HTTP::Spore::Middleware::Auth::Basic is a middleware to handle Basic
authentication mechanism.
- •
- 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.