- From: Mark Nottingham <mnot@yahoo-inc.com>
- Date: Fri, 21 Apr 2006 09:33:29 -0700
- To: "Web APIs WG (public)" <public-webapi@w3.org>
[ from the big comment e-mail; raising as a separate issue, as requested ] The current draft says that: "If the method is POST or PUT, then the data passed to the send() method must be used for the entity body." This doesn't account for other request methods that may have a request body, e.g., PROPPATCH. Suggested text: "Any data passed to the send() method MUST be used in the entity body. If data is passed to send() when it is known to be incorrect (e.g., in GET, HEAD, and DELETE requests), implementations MUST raise an error." -- Mark Nottingham mnot@yahoo-inc.com
Received on Friday, 21 April 2006 16:34:25 UTC