- Building RESTful Web services with Go
- Naren Yellavula
- 74字
- 2021-07-02 20:14:03
2xx family (successful)
200 and 201 fall under the success family. They indicate that an operation was successful. Plain 200 (Operation Successful) is a successful CRUD Operation:
- 200 (Successful Operation) is the most common type of response status code in REST
- 201 (Successfully Created) is returned when a POST operation successfully creates a resource on the server
- 204 (No content) is issued when a client needs a status but not any data back
推薦閱讀
- 物聯網與北斗應用
- FreeSWITCH 1.2
- 從區塊鏈到Web3:構建未來互聯網生態
- Spring Boot 2.0 Projects
- 計算機網絡安全實訓教程(第二版)
- HTML5 Game development with ImpactJS
- SD-WAN架構與技術(第2版)
- 電力物聯網工程技術原理與應用
- Windows Server 2012 Hyper-V虛擬化管理實踐
- TD-LTE無線網絡規劃與設計
- 人人都該都懂的互聯網思維
- 物聯網頂層設計與關鍵技術
- LwIP應用開發實戰指南:基于STM32
- Qt5 Python GUI Programming Cookbook
- Guide to NoSQL with Azure Cosmos DB