- Building RESTful Web Services with Spring 5(Second Edition)
- Raja CSP Raman Ludovic Dewailly
- 83字
- 2021-06-30 19:13:23
Stateless
In REST principles, the server will not keep any state about the client session on the server side; hence, it's stateless. If two calls are made to the server from a single client, the server will not identify whether both the calls are from the same client or not. As far as the server knows, every request is independent and new. Based on the URL, HTTP headers, and request body, including the parameters, the operation might be changed on the server side.
推薦閱讀
- Application Development with Qt Creator(Second Edition)
- 物聯網識別技術
- 網絡創新指數研究
- 2018網信發展報告
- Socket.IO Real-time Web Application Development
- 物聯網之霧:基于霧計算的智能硬件快速反應與安全控制
- VMware NSX網絡虛擬化入門
- Hands-On Microservices with Node.js
- 深入理解計算機網絡
- 信息技術安全評估準則:源流、方法與實踐
- SEO攻略:搜索引擎優化策略與實戰案例詳解
- 物聯網技術與實踐
- 物聯網導論
- 無線傳感器網絡定位方法及應用
- Twilio Cookbook(Second Edition)