cc57c67c41
This Action handles doing automatic method dispatching for REST requests. It takes a normal Catalyst action, and changes the dispatch to append an underscore and method name. For example, in the synopsis above, calling GET on "/foo" would result in the foo_GET method being dispatched. If a method is requested that is not implemented, this action will return a status 405 (Method Not Found). It will populate the "Allow" header with the list of implemented request methods. You can override this behavior by implementing a custom 405 handler like so: sub foo_not_implemented { ... handle not implemented methods ... } If you do not provide an _OPTIONS subroutine, we will automatically respond with a 200 OK. The "Allow" header will be populated with the list of implemented request methods. It is likely that you really want to look at Catalyst::Controller::REST, which brings this class together with automatic Serialization of requests and responses.
5 lines
281 B
Text
5 lines
281 B
Text
$NetBSD: distinfo,v 1.1.1.1 2009/08/27 10:37:24 abs Exp $
|
|
|
|
SHA1 (Catalyst-Action-REST-0.76.tar.gz) = e683b2417b847945b925debea70f02b69fbf1c33
|
|
RMD160 (Catalyst-Action-REST-0.76.tar.gz) = 068109cc9bdcf3474455533d4b5f70216bb92fd8
|
|
Size (Catalyst-Action-REST-0.76.tar.gz) = 44488 bytes
|