1 unstable release

0.1.0 Nov 4, 2023

#965 in HTTP server

ISC license

4KB
80 lines

HTTP response status codes

https://developer.mozilla.org/en-US/docs/Web/HTTP/Status

  1. Informational responses (100199)
  2. Successful responses (200299)
  3. Redirection responses (300399)
  4. Client error responses (400499)
  5. Server error responses (500599)

The status codes are defined by RFC 9110

No runtime deps