ยง2023-07-02

$ curl -sI https://h2jammy.yushei.net -o/dev/null -w '%{http_version}\n'
2
$ curl -sI http://h2jammy.yushei.net -o/dev/null -w '%{http_version}\n'
1.1
$ curl -sI http://h2jammy.yushei.net:47001 -o/dev/null -w '%{http_version}\n'
0
$ curl -sI http://h2jammy.yushei.net:47007 -o/dev/null -w '%{http_version}\n'
1.1
$ curl -sI https://munetaka.me -o/dev/null -w '%{http_version}\n'
1.1
$ curl -sI https://munetaka.me -o/dev/null -w '%{http_version}\n'