From: Tomas Doran Date: Wed, 27 Jun 2012 23:48:52 +0000 (+0100) Subject: Update README X-Git-Tag: 1.03~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=commitdiff_plain;h=ac51ccd499f710ee083682a380005f8b7884e03f Update README --- diff --git a/README b/README index ae77756..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 @@ -108,6 +109,8 @@ CONTRIBUTORS Colin Newell + Wallace Reis + COPYRIGHT Copyright (c) 2006-2012 the above named AUTHOR and CONTRIBUTORS