Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohsen104/list-status-codes
This repository provides a comprehensive list of HTTP status codes along with their descriptions. It serves as a helpful reference for developers working with web applications and APIs.
https://github.com/mohsen104/list-status-codes
api backend javascript statuscode typescript webservice
Last synced: 17 days ago
JSON representation
This repository provides a comprehensive list of HTTP status codes along with their descriptions. It serves as a helpful reference for developers working with web applications and APIs.
- Host: GitHub
- URL: https://github.com/mohsen104/list-status-codes
- Owner: mohsen104
- License: mit
- Created: 2025-01-04T09:48:08.000Z (21 days ago)
- Default Branch: master
- Last Pushed: 2025-01-08T18:01:12.000Z (17 days ago)
- Last Synced: 2025-01-08T19:23:18.163Z (17 days ago)
- Topics: api, backend, javascript, statuscode, typescript, webservice
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTP Status Codes List
This repository contains a complete list of HTTP status codes with their descriptions. It serves as a quick reference for developers working with web applications, APIs, and HTTP-related tasks.
## HTTP Status Codes
| Code | Description |
|------|------------------------------------------|
| 100 | Continue |
| 101 | Switching Protocols |
| 102 | Processing |
| 103 | Early Hints |
| 200 | OK |
| 201 | Created |
| 202 | Accepted |
| 203 | Non-Authoritative Information |
| 204 | No Content |
| 205 | Reset Content |
| 206 | Partial Content |
| 207 | Multi-Status |
| 300 | Multiple Choices |
| 301 | Moved Permanently |
| 302 | Moved Temporarily |
| 303 | See Other |
| 304 | Not Modified |
| 305 | Use Proxy |
| 307 | Temporary Redirect |
| 308 | Permanent Redirect |
| 400 | Bad Request |
| 401 | Unauthorized |
| 402 | Payment Required |
| 403 | Forbidden |
| 404 | Not Found |
| 405 | Method Not Allowed |
| 406 | Not Acceptable |
| 407 | Proxy Authentication Required |
| 408 | Request Timeout |
| 409 | Conflict |
| 410 | Gone |
| 411 | Length Required |
| 412 | Precondition Failed |
| 413 | Request Entity Too Large |
| 414 | Request-URI Too Long |
| 415 | Unsupported Media Type |
| 416 | Requested Range Not Satisfiable |
| 417 | Expectation Failed |
| 418 | I'm a Teapot |
| 419 | Insufficient Space on Resource |
| 420 | Method Failure |
| 421 | Misdirected Request |
| 422 | Unprocessable Entity |
| 423 | Locked |
| 424 | Failed Dependency |
| 426 | Upgrade Required |
| 428 | Precondition Required |
| 429 | Too Many Requests |
| 431 | Request Header Fields Too Large |
| 451 | Unavailable For Legal Reasons |
| 500 | Internal Server Error |
| 501 | Not Implemented |
| 502 | Bad Gateway |
| 503 | Service Unavailable |
| 504 | Gateway Timeout |
| 505 | HTTP Version Not Supported |
| 507 | Insufficient Storage |
| 511 | Network Authentication Required |## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
## Author
Created by [Mohsen104](https://github.com/mohsen104).