Skip to content

Commit 1d170f9

Browse files
ahmadmayahifabpot
authored andcommitted
[HttpFoundation] Add HTTP_EARLY_HINTS const
1 parent 2dfd176 commit 1d170f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Response.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class Response
2121
const HTTP_CONTINUE = 100;
2222
const HTTP_SWITCHING_PROTOCOLS = 101;
2323
const HTTP_PROCESSING = 102; // RFC2518
24+
const HTTP_EARLY_HINTS = 103; // RFC8297
2425
const HTTP_OK = 200;
2526
const HTTP_CREATED = 201;
2627
const HTTP_ACCEPTED = 202;

0 commit comments

Comments
 (0)