Group
Extension

Matches 1

Role-REST-Client-Auth-Basic ( K/KA/KAARE/Role-REST-Client-Auth-Basic-0.04.tar.gz, KAARE, 2012; MetaCPAN )
Role-REST-Client-Auth-Basic/lib/Role/REST/Client/Auth/Basic.pm ( view source; MetaCPAN )
$foo = RESTExample->new( 
		server =>      'http://localhost:3000',
		type   =>      'application/json',
		user   =>      'mee',
		passwd =>      'sekrit',
	);

	$foo->bar;

	# controller
	sub foo : L

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.