Is RESTful faster than SOAP? and when to use one of them?

后端 未结 8 441
清酒与你
清酒与你 2021-01-02 20:58

Duplicate: This is a duplicate of \"What are the best uses of REST services?\" and many others. Please close it.

In web development:

Should

8条回答
  •  自闭症患者
    2021-01-02 21:34

    One factor is that RPC communications are often not cached as part of the HTTP stack because the caching middleware shouldn't need to understand the contents of the request. So, RESTful systems can take better advantage of caching.

提交回复
热议问题