- 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.
推薦閱讀
- 深入理解Django:框架內(nèi)幕與實現(xiàn)原理
- Mastering Selenium WebDriver
- VSTO開發(fā)入門教程
- JavaScript by Example
- Python編程與幾何圖形
- 基于Swift語言的iOS App 商業(yè)實戰(zhàn)教程
- Unreal Engine 4 Shaders and Effects Cookbook
- RISC-V體系結構編程與實踐(第2版)
- Instant Nancy Web Development
- 一本書講透Java線程:原理與實踐
- Oracle Data Guard 11gR2 Administration Beginner's Guide
- JavaScript悟道
- Java Hibernate Cookbook
- AutoCAD基礎教程
- Java語言程序設計實用教程(第2版)