Group
Extension

Matches 1

McBain-WithPSGI ( I/ID/IDOPEREL/McBain-WithPSGI-2.001001.tar.gz, IDOPEREL, 2015; MetaCPAN )
McBain-WithPSGI/lib/McBain/WithPSGI.pm ( view source; MetaCPAN )
ngs;
use strict;

use Carp;
use JSON::MaybeXS qw/JSON/;
use Plack::Request;
use Plack::Component;

our $VERSION = "2.001001";
$VERSION = eval $VERSION;

my $json = JSON->new->utf8->allow_blessed->conv
created web service will be a JSON-in JSON-out service. Requests to your application
are expected to have a C<Content-Type> of C<application/json; charset=UTF-8>. The JSON body
of a request will be th
e formatted into JSON as
well.

Note that if an API method does not return a hash-ref, this runner module will automatically
turn it into a hash-ref to ensure that conversion into JSON will be possibl

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