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

Commit cf7e690

Browse files
committed
Add early hint status code
1 parent cca9819 commit cf7e690

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
@@ -37,6 +37,7 @@ class Response implements ResponseInterface
3737
100 => 'Continue',
3838
101 => 'Switching Protocols',
3939
102 => 'Processing',
40+
103 => 'Early Hints',
4041
// SUCCESS CODES
4142
200 => 'OK',
4243
201 => 'Created',

0 commit comments

Comments
 (0)