aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Web-Machine/pkg-descr
blob: 3d3e3ae0c1e6339ce01a0ccb94820cf2d5ce43a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Web::Machine provides a RESTful web framework modeled as a state machine.
You define one or more resource classes. Each resource represents a single
RESTful URI end point, such as a user, an email, etc. The resource class can
also be the target for POST requests to create a new user, email, etc.

Each resource is a state machine, and each request for a resource is handled by
running the request through that state machine.

Web::Machine is built on top of Plack, but it handles the full request and
response cycle.

WWW: https://metacpan.org/pod/Web::Machine
WWW: https://github.com/sartak/webmachine-perl