- 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.
推薦閱讀
- 玩轉(zhuǎn)Scratch少兒趣味編程
- Spring 5.0 By Example
- Mastering Adobe Captivate 2017(Fourth Edition)
- NLTK基礎(chǔ)教程:用NLTK和Python庫(kù)構(gòu)建機(jī)器學(xué)習(xí)應(yīng)用
- Unity Virtual Reality Projects
- Mastering OpenCV 4
- 高級(jí)C/C++編譯技術(shù)(典藏版)
- AutoCAD VBA參數(shù)化繪圖程序開(kāi)發(fā)與實(shí)戰(zhàn)編碼
- Learning Python by Building Games
- 零基礎(chǔ)學(xué)Scratch 3.0編程
- 人人都能開(kāi)發(fā)RPA機(jī)器人:UiPath從入門到實(shí)戰(zhàn)
- 黑莓(BlackBerry)開(kāi)發(fā)從入門到精通
- Mobile Test Automation with Appium
- Swift 2 Blueprints
- AngularJS Web Application Development Cookbook