added HTTP/3 and updated HTTP/2

main
Nabil Joumar 2 years ago
parent 00f10e6a69
commit 8a5a49a087

@ -71,7 +71,8 @@
"description": "HTTP/2 (originally named HTTP/2.0) is a major revision of the HTTP network protocol used by the World Wide Web.",
"excludes": "SPDY",
"headers": {
"X-Firefox-Spdy": "h2"
"X-Firefox-Spdy": "h2",
"Alt-Svc": "h2"
},
"icon": "http2.png",
"website": "https://http2.github.io"
@ -1439,5 +1440,16 @@
"onetime"
],
"website": "https://hyva.io/"
},
"HTTP/3": {
"cats": [
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",
"headers": {
"Alt-Svc": "h3"
},
"website": "https://httpwg.org/"
}
}