1 unstable release
0.1.0 | Nov 4, 2023 |
---|
#1168 in HTTP server
4KB
80 lines
HTTP response status codes
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
- Informational responses (
100
–199
) - Successful responses (
200
–299
) - Redirection responses (
300
–399
) - Client error responses (
400
–499
) - Server error responses (
500
–599
)
The status codes are defined by RFC 9110