8000 [HttpFoundation] Add HTTP_EARLY_HINTS const · symfony/symfony@c606d60 · GitHub
[go: up one dir, main page]

Skip to content

Commit c606d60

Browse files
ahmadmayahifabpot
authored andcommitted
[HttpFoundation] Add HTTP_EARLY_HINTS const
1 parent 45f26c4 commit c606d60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/HttpFoundation/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)
0