- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 83字
- 2021-07-02 20:52:25
HTTP GET example
Using the resource from the server, we perform GET on the resource:

The server responds with a 200 status, which is OK:

The server returns the data that we have requested:

GET is idempotent, when we make the very first time request, we get a response. Making the same request will return the same response. This also ties into the REST principle of stateless. In order for this GET request to return the same data, the server should be stateless.
推薦閱讀
- 多媒體CAI課件設計與制作導論(第二版)
- Django+Vue.js商城項目實戰
- HTML5移動Web開發技術
- SQL Server 2012數據庫技術及應用(微課版·第5版)
- Web Development with Django Cookbook
- Java:Data Science Made Easy
- Elasticsearch Server(Third Edition)
- D3.js By Example
- Everyday Data Structures
- 并行編程方法與優化實踐
- Flask Web開發:基于Python的Web應用開發實戰(第2版)
- 邊玩邊學Scratch3.0少兒趣味編程
- 3D Printing Designs:The Sun Puzzle
- 基于MATLAB的控制系統仿真及應用
- Learning Puppet