X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=7d38474c46ec3c4e823e3cb351ae0ac650244537;hb=e0323f6aad8f738558d8be6521fb0c7dee0bcf98;hp=d103504c960b1e19de40486c3dd596de48309e8a;hpb=3bb36dcaabf34fef5c15b1bb74c5eb198a7f5168;p=catagits%2FCatalyst-Action-REST.git diff --git a/README b/README index d103504..7d38474 100644 --- a/README +++ b/README @@ -36,7 +36,8 @@ DESCRIPTION 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. + list of implemented request methods. If you do not provide an _HEAD + either, we will auto dispatch to the _GET one in case it exists. It is likely that you really want to look at Catalyst::Controller::REST, which brings this class together with automatic Serialization of @@ -55,9 +56,10 @@ SEE ALSO a sensible set of defaults for a controller doing REST. This class automatically adds the Catalyst::TraitFor::Request::REST role - to your request class. If you're writing a webapp which provides RESTful - responses and still needs to accommodate web browsers, you may prefer to - use Catalyst::TraitFor::Request::REST::ForBrowsers instead. + to your request class. If you're writing a web application which + provides RESTful responses and still needs to accommodate web browsers, + you may prefer to use Catalyst::TraitFor::Request::REST::ForBrowsers + instead. Catalyst::Action::Serialize, Catalyst::Action::Deserialize @@ -91,6 +93,8 @@ CONTRIBUTORS Hans Dieter Pearcey + Brian Phillips + Dave Rolsky Luke Saunders @@ -99,8 +103,16 @@ CONTRIBUTORS J. Shirley + Gavin Henry + + Gerv http://www.gerv.net/ + + Colin Newell + + Wallace Reis + COPYRIGHT - Copyright the above named AUTHOR and CONTRIBUTORS + Copyright (c) 2006-2012 the above named AUTHOR and CONTRIBUTORS LICENSE You may distribute this code under the same terms as Perl itself.