From 92185380935d463e706fb144570566a2129cf7e3 Mon Sep 17 00:00:00 2001 From: Daniel Bannert Date: Tue, 15 May 2018 21:18:00 +0200 Subject: [PATCH] added the http status 103 to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa36b14..a1eac3c 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,8 @@ Code | Message | RFC 100 | Continue | [RFC7231, Section 6.2.1] 101 | Switching Protocols | [RFC7231, Section 6.2.2] 102 | Processing | [RFC2518] -103-199 | *Unassigned* | +103 | Http Early Hints | [RFC8297] +104-199 | *Unassigned* | 200 | OK | [RFC7231, Section 6.3.1] 201 | Created | [RFC7231, Section 6.3.2] 202 | Accepted | [RFC7231, Section 6.3.3]