X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=7d38474c46ec3c4e823e3cb351ae0ac650244537;hb=e07538c0c5e99d0a0ef486215f57a54d11f64f86;hp=b7d5b0abc2c1e3e4ab50e7dc55d7ad47caebebe4;hpb=16b5133c68df26f21aa8ccd8c55d67e9f90950a1;p=catagits%2FCatalyst-Action-REST.git diff --git a/README b/README index b7d5b0a..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 @@ -102,8 +103,16 @@ CONTRIBUTORS J. Shirley + Gavin Henry + + Gerv http://www.gerv.net/ + + Colin Newell + + Wallace Reis + COPYRIGHT - Copyright (c) 2006-2011 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.