diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cow_http.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cow_http.erl b/src/cow_http.erl index f89e518..74766e2 100644 --- a/src/cow_http.erl +++ b/src/cow_http.erl @@ -297,6 +297,7 @@ version_test() -> status(100) -> <<"100 Continue">>; status(101) -> <<"101 Switching Protocols">>; status(102) -> <<"102 Processing">>; +status(103) -> <<"103 Early Hints">>; status(200) -> <<"200 OK">>; status(201) -> <<"201 Created">>; status(202) -> <<"202 Accepted">>; |