X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FController%2FREST.pm;fp=lib%2FCatalyst%2FController%2FREST.pm;h=defe764410d5db0b664a8db3aeb951b2aed71299;hb=8bf1f20e52df6d2650bb9c5f68cca300b04a5b64;hp=3bd6daa93340fcd113bebea29b813adfa7ef6471;hpb=1bb5ad326c3b8baebd0d69cb8b889eea60b1a24e;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Controller/REST.pm b/lib/Catalyst/Controller/REST.pm index 3bd6daa..defe764 100644 --- a/lib/Catalyst/Controller/REST.pm +++ b/lib/Catalyst/Controller/REST.pm @@ -594,6 +594,10 @@ action classes: sub serialize : ActionClass('Serialize') {} +If you need to deserialize multipart requests (i.e. REST data in +one part and file uploads in others) you can do so by using the +L action class. + =back =head1 A MILD WARNING