diff options
author | Glenn Strauss <gstrauss@gluelogic.com> | 2022-04-08 09:18:31 -0400 |
---|---|---|
committer | Glenn Strauss <gstrauss@gluelogic.com> | 2022-04-10 08:12:27 -0400 |
commit | 9a3f6c521ba77745c031a8bab669ba78a68b3e50 (patch) | |
tree | 5c488d195ceb196d21abed177094b1447654899b /src/http_header.h | |
parent | e5dc98faf3b873704290f4b6df3f631784ac294f (diff) | |
download | lighttpd-git-9a3f6c521ba77745c031a8bab669ba78a68b3e50.tar.gz |
[core] HTTP/2 PRIORITY_UPDATE frame (experimental)
*experimental* support for HTTP/2 PRIORITY_UPDATE frame
x-ref:
"Extensible Prioritization Scheme for HTTP"
https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-priority-12
https://datatracker.ietf.org/doc/html/rfc9218
Diffstat (limited to 'src/http_header.h')
-rw-r--r-- | src/http_header.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http_header.h b/src/http_header.h index e58065a1..ffeeeb12 100644 --- a/src/http_header.h +++ b/src/http_header.h @@ -77,6 +77,7 @@ enum http_header_e { ,HTTP_HEADER_ONION_LOCATION ,HTTP_HEADER_P3P ,HTTP_HEADER_PRAGMA + ,HTTP_HEADER_PRIORITY ,HTTP_HEADER_RANGE ,HTTP_HEADER_REFERER ,HTTP_HEADER_REFERRER_POLICY |