Skip to content

Commit b068eac

Browse files
authored
Merge pull request #213 from gsteel/fix-missing-status-code
Adds temporary IANA status code reason phrase for 104
2 parents c7de8cf + 7a120a8 commit b068eac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Response.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class Response implements ResponseInterface
3434
101 => 'Switching Protocols',
3535
102 => 'Processing',
3636
103 => 'Early Hints',
37+
104 => 'Upload Resumption Supported (TEMPORARY - registered 2024-11-13, expires 2025-11-13)',
3738
// SUCCESS CODES
3839
200 => 'OK',
3940
201 => 'Created',

0 commit comments

Comments
 (0)