Path to this page:
./
www/p5-Catalyst-Action-REST,
Automated REST Method Dispatching
Branch: pkgsrc-2010Q1,
Version: 0.83,
Package name: p5-Catalyst-Action-REST-0.83,
Maintainer: pkgsrc-usersThis 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.
Required to run:[
lang/perl5] [
textproc/p5-YAML-Syck] [
www/p5-Catalyst-Runtime] [
www/p5-libwww]
Master sites: (Expand)
SHA1: a34be0624e95d1c01862304ee132bbb578da86d9
RMD160: 53dd7e934a931d0bd4c91f3d777f6fc5a7afdba4
Filesize: 55.777 KB
Version history: (Expand)
- (2010-04-09) Package added to pkgsrc.se, version p5-Catalyst-Action-REST-0.83 (created)