- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 84字
- 2021-07-02 20:52:24
HTTP/1.1 status codes
There is a broad range of status codes, which indicate to the client what has occurred with the request that has been processed by the server:
- 2xx: Success
- 200: OK
- 201: Created
- 3xx: Redirection
- 4xx: Client error
- 400: Bad Request
- 401: Unauthorized
- 403: Forbidden
- 404: Not found
- 409: Conflict
- 5xx: Server error
- 500: Internal server error
We will concentrate on the most common codes and the codes that we will use later on in the book when we implement an API.
推薦閱讀
- Drupal 8 Blueprints
- Oracle從新手到高手
- 動手玩轉Scratch3.0編程:人工智能科創教育指南
- Mastering Ubuntu Server
- 面向對象程序設計(Java版)
- 精通網絡視頻核心開發技術
- Mastering KnockoutJS
- Mastering Predictive Analytics with Python
- Java程序設計:原理與范例
- 第一行代碼 C語言(視頻講解版)
- Learning YARN
- 大話Java:程序設計從入門到精通
- Machine Learning for Developers
- Unity 2017 Game AI Programming(Third Edition)
- OpenCV Android開發實戰