一行命令检测网站是否开起了 http2


curl -sI https://aiypaint.com/en -o/dev/null -w '%{http_version}\n'

  • 输出:1.1 就是没开启
  • 输出:2 就是开启了 http2