aboutsummaryrefslogtreecommitdiff
path: root/www/p5-McBain-WithPSGI/pkg-descr
blob: bcd54bb17938fc26b70b06833a7ca010f13f6602 (plain) (blame)
1
2
3
4
5
6
7
McBain::WithPSGI turns your McBain API into a RESTful PSGI web service based on
Plack, thus making McBain a web application framework.

The created web service will be a JSON-in JSON-out service. Requests to your
application are expected to have a Content-Type of application/json;
charset=UTF-8. The JSON body of a request will be the payload. The results of
the API will be formatted into JSON as well.