- 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.
推薦閱讀
- ClickHouse性能之巔:從架構設計解讀性能之謎
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- JIRA 7 Administration Cookbook(Second Edition)
- Hands-On C++ Game Animation Programming
- Full-Stack Vue.js 2 and Laravel 5
- Web程序設計(第二版)
- Gradle for Android
- R Deep Learning Cookbook
- 批調度與網絡問題的組合算法
- Java程序員面試筆試寶典(第2版)
- Robot Framework Test Automation
- Mastering PowerCLI
- MATLAB 2020 GUI程序設計從入門到精通
- Python機器學習
- 系統分析師UML用例實戰