[Catalyst] Catalyst::Action::REST
Christopher H. Laco
claco at chrislaco.com
Mon Nov 20 13:47:17 GMT 2006
Adam Jacob wrote:
> After much discussion, I've unleased Catalyst::Action::REST upon an
> unsuspecting CPAN. It's an attempt at making RESTful web applications
> in Catalyst easier (they were already pretty easy.) The basics:
> =
> 1) Uses an Action class to extend Catalyst's dispatch mechanism to allow
> for different methods based on the HTTP Method. For example:
> =
> sub foo :Local :ActionClass('REST') {}
> =
> sub foo_GET {}
> =
> sub foo_POST {}
> =
> sub foo_DELETE {}
Eek. Is this related to this in any way?
http://marcusramberg.livejournal.com/37104.html
Hopefully this module will change when that becomes reality.
-=3DChris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://lists.scsys.co.uk/pipermail/catalyst/attachments/20061120/8ed7=
b2e3/signature.pgp
More information about the Catalyst
mailing list