What is the difference between PUT, POST and PATCH?
问题 What is the difference between PUT, POST and PATCH methods in HTTP protocol? 回答1: POST HTTP.POST can be used when the client is sending data to the server and the server will decide the URI for the newly created resource. The POST method is used to request that the origin server accept the entity enclosed in the request as a new subordinate of the resource identified by the Request-URI in the Request-Line. PUT HTTP.PUT can be used when the client is sending data to the server and the client