Path to this page:
./
www/p5-Catalyst-Action-REST,
Automated REST Method Dispatching
Branch: pkgsrc-2014Q2,
Version: 1.11nb2,
Package name: p5-Catalyst-Action-REST-1.11nb2,
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:[
textproc/p5-YAML-Syck] [
converters/p5-JSON] [
www/p5-Catalyst-Runtime] [
www/p5-libwww] [
www/p5-URI-Find] [
devel/p5-FreezeThaw] [
devel/p5-Data-Serializer] [
devel/p5-Module-Pluggable] [
devel/p5-Config-General] [
devel/p5-MRO-Compat] [
devel/p5-Params-Validate] [
devel/p5-Moose] [
devel/p5-PHP-Serialization] [
devel/p5-Class-Inspector] [
devel/p5-namespace-autoclean] [
devel/p5-Data-Taxi] [
lang/perl5]
Master sites: (Expand)
SHA1: 515ffe362757bf6176f0f4b36d01de926f7d274b
RMD160: 7a49a15a3bb66eaa923430b1602cdb068e1e6bcc
Filesize: 65.087 KB
Version history: (Expand)
- (2014-07-11) Updated to version: p5-Catalyst-Action-REST-1.11nb2
- (2014-07-02) Package added to pkgsrc.se, version p5-Catalyst-Action-REST-1.11 (created)