📅  最后修改于: 2022-03-11 14:55:43.043000             🧑  作者: Mango
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