mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
f5705e1450
Catalyst.
8 lines
380 B
Plaintext
8 lines
380 B
Plaintext
Catalyst::Controller::REST implements a mechanism for building RESTful
|
|
services in Catalyst. It does this by extending the normal Catalyst
|
|
dispatch mechanism to allow for different subroutines to be called based
|
|
on the HTTP Method requested, while also transparently handling all the
|
|
serialization/deserialization for you.
|
|
|
|
WWW: http://search.cpan.org/dist/Catalyst-Action-REST/
|