How is a HTTP PUT request typically issued?

后端 未结 5 1939
天涯浪人
天涯浪人 2021-02-05 06:31

I know HTTP PUT is an idempotent request that store something at a specific URI, according to the definition (quoted from the rfc)

The PUT method requests that t         


        
5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-05 07:15

    If the Request-URI refers to an already existing resource, the enclosed entity SHOULD be considered as a modified version of the one residing on the origin server. If the Request-URI does not point to an existing resource, and that URI is capable of being defined as a new resource by the requesting user agent, the origin server can create the resource with that URI.

提交回复
热议问题