Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 9838e1e

Browse files
committed
Merge pull request #280 from snapshotpl/http-status-103-early-hints
Add early hint status code
2 parents fa98fbb + cf7e690 commit 9838e1e

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
@@ -35,6 +35,7 @@ class Response implements ResponseInterface
3535
100 => 'Continue',
3636
101 => 'Switching Protocols',
3737
102 => 'Processing',
38+
103 => 'Early Hints',
3839
// SUCCESS CODES
3940
200 => 'OK',
4041
201 => 'Created',

0 commit comments

Comments
 (0)