📜  api 的一些特性是什么 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:14.559000             🧑  作者: Mango

代码示例2
-REST is stateless; therefore, the SERVER
has no status (or session data).
With a well-applied REST API, the server
could be restarted between two calls, 
since all data is transferred to the server.
-Web service uses POST method primarily
to perform operations, while REST uses
GET for accessing resources.