From: Tomas Doran Date: Mon, 18 Jan 2010 20:47:19 +0000 (+0000) Subject: Update README X-Git-Tag: 1.08~148 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4ac3b2f40b6a6aef2149d21f0350fa0ba212de97;p=catagits%2FCatalyst-Action-Serialize-Data-Serializer.git Update README --- diff --git a/README b/README index ad03601..f0b7998 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,11 @@ 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 webapp which provides RESTful + responses and still needs to accomodate web browsers, you may prefer to + use Catalyst::TraitFor::Request::REST::ForBrowsers instead. + Catalyst::Action::Serialize, Catalyst::Action::Deserialize TROUBLESHOOTING