📜  休息的一些特征是什么 - 无论代码示例

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

代码示例2
REST is stateless, therefore the SERVER
has no state (or session data)
With a well-applied REST API, the server 
could be restarted between two calls as
every data is passed to the server
Web service mostly uses POST method to
make operations, whereas REST uses GET
to access resources