200 (OK) |
Standard success response, including PUT/PATCH |
201 (Created) |
Standard success response for POST (create resource) |
202 (Accepted) |
Standard response for long-running async processing |
204 (No Content) |
Successful DELETE response |
301 (Moved Permanently) |
URI for a resource was moved (different host name or even non-supported versions) |
304 (Not Modified) |
Used with ETags |
400 (Bad Request) |
Request badly-formatted or not following the correct schema |
401 (Unauthorized) |
Not a valid access token |
403 (Forbidden) |
Valid access token, but access is forbidden to requested resource |
404 (Not Found) |
Resource not found |
406 (Not Acceptable) |
Resource format/type not supported (e.g. XML) |
409 (Conflict) |
Resource could not be updated due to other updates conflicting |
412 (Preconditioned Failed) |
Request headers did not meet the requirements |
413 (Request Entity too Large) |
Request body too large, like over 1 MB |
429 (Too Many Requests) |
Number of allowed calls was exceeded per defined time interval (day or hour or minute) |
500 (Internal Server Error) |
Server error (details provided in the body) |
503 (Service Unavailable) |
Service is down |
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· 三行代码完成国际化适配,妙~啊~
· .NET Core 中如何实现缓存的预热?
· 如何调用 DeepSeek 的自然语言处理 API 接口并集成到在线客服系统