updated HTTP/3

main
Nabil Joumar 3 years ago
parent 8a5a49a087
commit 11932d8b2a

@ -1442,13 +1442,14 @@
"website": "https://hyva.io/" "website": "https://hyva.io/"
}, },
"HTTP/3": { "HTTP/3": {
"description": "HTTP/3 is the third major version of the Hypertext Transfer Protocol used to exchange information on the World Wide Web.",
"cats": [ "cats": [
19 19
], ],
"description": "HTTP/3 is the third major version of the Hypertext Transfer Protocol used to exchange information on the World Wide Web.",
"excludes": "HTTP/2", "excludes": "HTTP/2",
"headers": { "headers": {
"Alt-Svc": "h3" "Alt-Svc": "h3",
"X-Firefox-Http3": "h3"
}, },
"website": "https://httpwg.org/" "website": "https://httpwg.org/"
} }