freebsd-ports/www/p5-McBain-WithPSGI/pkg-descr
Adam Weinberger 53c049027f Add the McBain web framework system, including p5-Brannigan (a text validation and parsing system),
p5-McBain (an API-driven self-documenting web framework), and p5-McBain-WithPSGI, a Plack/PSGI adapter for McBain.

See:
	https://metacpan.org/pod/Brannigan
	https://metacpan.org/pod/McBain
	https://metacpan.org/pod/McBain-WithPSGI
2015-01-05 23:00:05 +00:00

9 lines
453 B
Text

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.
WWW: https://metacpan.org/pod/McBain::WithPSGI