HTTP/2 support
authorDumitru Uzun <contact@duzun.me>
Mon, 31 Jan 2022 09:34:49 +0000 (11:34 +0200)
committerGitHub <noreply@github.com>
Mon, 31 Jan 2022 09:34:49 +0000 (11:34 +0200)
commite01e1ef7d893dde2dd3aa1f314fdab67770d8908
treea565a324581ac129b6a3e9dc8cb49e88a78166b3
parent4aa50ce5fa97d7c5af7605ac5ec65e47827f53f8
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
```
src/Helper/Http.php