mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
53c049027f
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
14 lines
512 B
Plaintext
14 lines
512 B
Plaintext
Brannigan is an attempt to ease the pain of collecting, validating and parsing
|
|
input parameters in web applications. It's designed to answer both of the main
|
|
problems that web applications face:
|
|
|
|
* Simple user input
|
|
Brannigan can validate and parse simple, "flat", user input, possibly
|
|
coming from web forms.
|
|
|
|
Complex data structures
|
|
Brannigan can validate and parse complex data structures, possibly
|
|
deserialized from JSON or XML data sent to web services and APIs.
|
|
|
|
WWW: https://metacpan.org/pod/Brannigan
|