X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=ae77756e5eb3215bb39f964350a658b4f3540701;hb=wreis%2Ferror_methods;hp=ad0360158eee4678e2e68c2e6c2b179982bafe49;hpb=63d41fcd068cf0363892abd53d5b5bd892d985d8;p=catagits%2FCatalyst-Action-REST.git diff --git a/README b/README index ad03601..ae77756 100644 --- a/README +++ b/README @@ -42,8 +42,8 @@ DESCRIPTION which brings this class together with automatic Serialization of requests and responses. - When you use this module, the request class will be changed to - Catalyst::Request::REST. + When you use this module, it adds the Catalyst::TraitFor::Request::REST + role to your request class. METHODS dispatch @@ -54,6 +54,12 @@ SEE ALSO You likely want to look at Catalyst::Controller::REST, which implements 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 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 TROUBLESHOOTING @@ -76,24 +82,34 @@ AUTHOR () CONTRIBUTORS - Arthur Axel "fREW" Schmidt + Tomas Doran (t0m) + + John Goulah Christopher Laco - Luke Saunders + Daisuke Maki - John Goulah + Hans Dieter Pearcey - Daisuke Maki + Brian Phillips + + Dave Rolsky + + Luke Saunders + + Arthur Axel "fREW" Schmidt J. Shirley - Hans Dieter Pearcey + Gavin Henry - Tomas Doran (t0m) + Gerv http://www.gerv.net/ + + Colin Newell 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.