Why do we need anything more than HTTP GET, PUT, POST?

后端 未结 14 759
-上瘾入骨i
-上瘾入骨i 2021-02-04 10:09

What is the practical benefit of using HTTP GET, PUT, DELETE, POST, HEAD? Why not focus on their behavioral benefits (safety and idempotency), forgetting their names, and use GE

相关标签:
14条回答
  • 2021-02-04 10:48

    There are http extensions like WebDAV that require additional functionally.

    http://en.wikipedia.org/wiki/WebDAV

    0 讨论(0)
  • 2021-02-04 10:49

    To limit ambiguity which will allow for better/easier reuse of our simple REST apis.

    0 讨论(0)
提交回复
热议问题