f5705e1450
Catalyst.
7 lines
380 B
Text
7 lines
380 B
Text
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/
|