From 8a5a49a087e0284b16b25cbf504d3b8e1248ee86 Mon Sep 17 00:00:00 2001 From: Nabil Joumar <58664559+InstabilSpielt@users.noreply.github.com> Date: Tue, 2 Aug 2022 13:00:32 +0200 Subject: [PATCH] added HTTP/3 and updated HTTP/2 --- src/technologies/h.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/technologies/h.json b/src/technologies/h.json index 768d6531d..1cd02710f 100644 --- a/src/technologies/h.json +++ b/src/technologies/h.json @@ -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/" } }