Hidden features of HTTP

前端 未结 13 1085
醉话见心
醉话见心 2021-01-29 17:38

What hidden features of HTTP do you think are worth mentioning?

By hidden features I mean features that already are part of the standard but widely rath

13条回答
  •  一向
    一向 (楼主)
    2021-01-29 18:03

    Obvious answer: PUT, DELETE, TRACE, OPTIONS, CONNECT methods

    Most people know about the GET and POST methods because that's what they use when building forms. Browsers also use HEAD a lot. The other methods are much less well-known; they are mostly used by more specific applications.

提交回复
热议问题