Group
Extension

Matches 1

App-Dochazka-WWW ( S/SM/SMITHFARM/App-Dochazka-WWW-0.167.tar.gz, SMITHFARM, 2017; MetaCPAN )
App-Dochazka-WWW/lib/App/Dochazka/WWW/Dispatch.pm ( view source; MetaCPAN )
ch;

use strict;
use warnings;

use App::CELL qw( $CELL $log $meta $site );
use Data::Dumper;
use JSON;
use Params::Validate qw(:all);
use Try::Tiny;

# methods/attributes not defined in this module w
 be AJAX calls. Their entity bodies must be valid
JSON with the following simple structure:

    { method: HTTP_METHOD, path: RESOURCE, body: BODY_JSON }

where HTTP_METHOD is any HTTP method accepted
 by the REST server, RESOURCE is a
valid path to a REST server resource, and BODY_JSON is the content body to be
sent in the HTTP request to the REST server. Provided the request is properly
authorize

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