Path to this page:
./
www/p5-Web-Machine,
Perl port of Webmachine
Branch: CURRENT,
Version: 0.17nb2,
Package name: p5-Web-Machine-0.17nb2,
Maintainer: pkgsrc-usersWeb::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.
Master sites: (Expand)
Filesize: 71.805 KB
Version history: (Expand)
- (2023-07-06) Updated to version: p5-Web-Machine-0.17nb2
- (2022-06-28) Updated to version: p5-Web-Machine-0.17nb1
- (2022-06-01) Package added to pkgsrc.se, version p5-Web-Machine-0.17 (created)
CVS history: (Expand)
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2022-05-31 22:44:36 by Mark Davies | Files touched by this commit (3) |
Log message:
p5-Web-Machine: add version 0.17
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.
|