- ASP.NET Core 2 Fundamentals
- Onur Gumus Mugilan T. S. Ragupathi
- 88字
- 2021-07-23 17:09:40
Stateless Nature of HTTP
When you request for the same resource again, the server responds to you with the requested resource again without having any knowledge of the fact that the same was requested and served earlier. The HTTP protocol inherently does not have any knowledge of the state of any of the previous requests received and served. There are several mechanisms available that maintain the state, but the HTTP protocol does not maintain the state by itself. We will explain the mechanisms to maintain the state later.
推薦閱讀
- C++程序設(shè)計(第3版)
- TypeScript Blueprints
- LabVIEW Graphical Programming Cookbook
- Redis入門指南(第3版)
- JavaScript 從入門到項目實踐(超值版)
- Mastering Entity Framework
- MATLAB實用教程
- SQL基礎(chǔ)教程(視頻教學(xué)版)
- Python機器學(xué)習(xí)經(jīng)典實例
- 深入RabbitMQ
- RabbitMQ Essentials
- Arduino家居安全系統(tǒng)構(gòu)建實戰(zhàn)
- C語言程序設(shè)計上機指導(dǎo)與習(xí)題解答(第2版)
- OpenResty完全開發(fā)指南:構(gòu)建百萬級別并發(fā)的Web應(yīng)用
- INSTANT JQuery Flot Visual Data Analysis