Merge pull request #6601 from InstabilSpielt/master

Add HTTP/3 detection
main
Elbert Alias 2 years ago committed by GitHub
commit e3941cb096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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/"
}
}