Hi Jonathan, * Jonathan Tweed <[EMAIL PROTECTED]> [2007-08-11 18:40]: > On 10 Aug 2007, at 14:24, A. Pagaltzis wrote: > >I think that says quite clearly that if the method definition > >is silent about an entity-body, then no entity-body is > >allowed. > > > >The sections on PUT, POST and TRACE discuss entity-bodies; the > >sections on OPTIONS, GET, HEAD, DELETE and CONNECT do not. > > I'm must be looking in the wrong place. I've been looking in > the definitions in section 9 and I don't see it mentioned. > > Which sections are you referring to?
that is exactly the right place. Section 4.3 explains that an entity-body is allowed only if the method allows it. And in the method definitions in section 9, only PUT, POST and TRACE allow it. So that means it’s not allowed with any of the other methods. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/> _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
