search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
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: https://metacpan.org/release/Catalyst-Action-REST
|