- Building RESTful Web Services with PHP 7
- Haafiz Waheed ud din Ahmad
- 87字
- 2021-07-03 00:02:16
Self-descriptive messages
This constraint states that each message should be able to be processed based on information contained in itself. That means, every message passed between the server and client should be stateless be independent of other messages. One message doesn't have an impact on other messages. So, it doesn't matter if two messages are passed in some particular order or not, as they are independent. The request in a message is enough to get a response and that response has all that needs to be conveyed.
推薦閱讀
- Learning Single:page Web Application Development
- 高手是如何做產(chǎn)品設(shè)計(jì)的(全2冊(cè))
- 玩轉(zhuǎn)Scratch少兒趣味編程
- 深入淺出DPDK
- Python高效開發(fā)實(shí)戰(zhàn):Django、Tornado、Flask、Twisted(第3版)
- HDInsight Essentials(Second Edition)
- Mastering JavaScript Design Patterns(Second Edition)
- Angular應(yīng)用程序開發(fā)指南
- ASP.NET求職寶典
- Drupal Search Engine Optimization
- 用Python動(dòng)手學(xué)統(tǒng)計(jì)學(xué)
- 你必須知道的.NET(第2版)
- 高性能MVVM框架的設(shè)計(jì)與實(shí)現(xiàn):San
- Python網(wǎng)絡(luò)爬蟲從入門到實(shí)踐
- Java Coding Problems