An open API service indexing awesome lists of open source software.

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

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)