Skip to content

Commit

Permalink
Update list of supported RFCs
Browse files Browse the repository at this point in the history
  • Loading branch information
prettymuchbryce committed Nov 13, 2023
1 parent a895dc5 commit c840bc6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

Constants enumerating the HTTP status codes. Based on the [Java Apache HttpStatus API](http://hc.apache.org/httpclient-3.x/apidocs/org/apache/commons/httpclient/HttpStatus.html).

All status codes defined in RFC1945 (HTTP/1.0), RFC2616 (HTTP/1.1), RFC2518 (WebDAV), RFC6585 (Additional HTTP Status Codes), and RFC7538 (Permanent Redirect) are supported.
All status codes defined in the following RFCs are supported:
* RFC1945 (HTTP/1.0)
* RFC2616 (HTTP/1.1)
* RFC7231 (HTTP/1.1: Semantics and Content)
* RFC2518 (WebDAV)
* RFC6585 (Additional HTTP Status Codes)
* RFC7538 (Permanent Redirect)
* RFC8297 (An HTTP Status Code for Indicating Hints)

TypeScript or JavaScript. Completely library agnostic. No dependencies.

Expand Down

0 comments on commit c840bc6

Please sign in to comment.