Can HTTP PUT request have application/x-www-form-urlencoded as the Content-Type?
问题 Is it valid to send form data in an HTTP PUT request? If you could point me to a spec then that would be great. I have gone through the HTTP 1.1 spec. But I did not find whether PUT requests can have form data or not. I am using Java for creating and accessing RESTful webservices. POST supports application/x-www-form-urlencoded as the Content-Type. From the specification, I understand that POST is for creating a new resource (a subresource to the resource identified by the request URI) and