https://github.com/ctsrc/http-status-codes
HTTP response status codes
https://github.com/ctsrc/http-status-codes
Last synced: about 1 year ago
JSON representation
HTTP response status codes
- Host: GitHub
- URL: https://github.com/ctsrc/http-status-codes
- Owner: ctsrc
- License: isc
- Created: 2023-11-04T05:38:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T05:38:54.000Z (over 2 years ago)
- Last Synced: 2025-01-09T05:56:21.697Z (about 1 year ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTP response status codes
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
1. Informational responses (`100` – `199`)
2. Successful responses (`200` – `299`)
3. Redirection responses (`300` – `399`)
4. Client error responses (`400` – `499`)
5. Server error responses (`500` – `599`)
The status codes are defined by [RFC 9110](https://httpwg.org/specs/rfc9110.html#overview.of.status.codes)