Group
Extension

Matches 1

Dancer-Plugin-Res ( I/IR/IRONCAMEL/Dancer-Plugin-Res-0.0003.tar.gz, IRONCAMEL, 2012; MetaCPAN )
Dancer-Plugin-Res/lib/Dancer/Plugin/Res.pm ( view source; MetaCPAN )
ets' => sub {
        return res 400 => to_json { err => 'name is required' }
            unless param 'name';
        # ...
        return res 201 => to_json { widget => $widget };
    };
    dance;

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