Group
Extension

Matches 1

Catalyst-Model-REST ( K/KA/KAARE/Catalyst-Model-REST-0.27.tar.gz, KAARE, 2012; MetaCPAN )
Catalyst-Model-REST/lib/Catalyst/Model/REST.pm ( view source; MetaCPAN )
del
	__PACKAGE__->config(
		server =>      'http://localhost:3000',
		type   =>      'application/json',
		clientattrs => {timeout => 5},
	);

	# controller
	sub foo : Local {
		my ($self, $c) = @_;
	

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