From 5057aaad4ba7110bdcc95a76c0b2db0c6bc74b01 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 12 Oct 2022 20:51:21 +0600 Subject: [PATCH] Add H2O / web-servers --- src/technologies/h.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/technologies/h.json b/src/technologies/h.json index caa015138..555588a7d 100644 --- a/src/technologies/h.json +++ b/src/technologies/h.json @@ -105,6 +105,25 @@ "icon": "HTTP3.svg", "website": "https://httpwg.org/" }, + "H2O": { + "cats": [ + 22 + ], + "description": "H2O is a fast and secure HTTP/2 server written in C by Kazuho Oku.", + "icon": "default.svg", + "implies": [ + "C", + "HTTP/2" + ], + "headers": { + "Server": "^h2o(?:/)?([\\d\\.]+)?\\;version:\\1" + }, + "cookies": { + "h2o_casper": "" + }, + "oss": true, + "website": "https://github.com/h2o/h2o" + }, "Haddock": { "cats": [ 4