diff options
author | abs <abs> | 2009-08-27 10:37:24 +0000 |
---|---|---|
committer | abs <abs> | 2009-08-27 10:37:24 +0000 |
commit | e014301170d8f221f40ab4f41114c5a0da920766 (patch) | |
tree | 3c7aada8156b9c6636425c2b6d2ae649c3ed113d /mail/procmail | |
parent | ec8cfe56220a99612157384c971d2e6801e7b671 (diff) | |
download | pkgsrc-e014301170d8f221f40ab4f41114c5a0da920766.tar.gz |
Added www/p5-Catalyst-Action-REST version 0.76
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.
Diffstat (limited to 'mail/procmail')
0 files changed, 0 insertions, 0 deletions