From: Dumitru Uzun Date: Mon, 31 Jan 2022 09:34:49 +0000 (+0200) Subject: HTTP/2 support X-Git-Tag: plcapi-7.1-0~3^2~3^2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e01e1ef7d893dde2dd3aa1f314fdab67770d8908;hp=e01e1ef7d893dde2dd3aa1f314fdab67770d8908;p=plcapi.git HTTP/2 support Here is a sample HTTP/2 response head: ```http HTTP/2 200 server: ddos-guard date: Mon, 31 Jan 2022 09:33:45 GMT content-type: text/xml content-encoding: gzip vary: Accept-Encoding ``` ---