- Building Microservices with Go
- Nic Jackson
- 61字
- 2021-07-15 17:28:09
201 Created
The created response is sent when a request succeeds and the result is that a new entity has been created. Along with the response it is common that the API will return a Location header with the location of the newly created entity:
201 Created
Location: https://api.kittens.com/v1/kittens/123dfdf111
It is optional to return an object body with this response type.
推薦閱讀
- C# 7 and .NET Core Cookbook
- 精通JavaScript+jQuery:100%動態網頁設計密碼
- 軟件項目管理(第2版)
- 垃圾回收的算法與實現
- 華為HMS生態與應用開發實戰
- Web Application Development with R Using Shiny(Second Edition)
- aelf區塊鏈應用架構指南
- Oracle Database 12c Security Cookbook
- Scala編程實戰(原書第2版)
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- Modern C++ Programming Cookbook
- RocketMQ實戰與原理解析
- Julia High Performance(Second Edition)
- 進入IT企業必讀的324個Java面試題
- Python無監督學習