├── README.md └── _config.yml /README.md: -------------------------------------------------------------------------------- 1 | ## HTTP/3 test servers 2 | 3 | URLs to HTTP/3 test servers (usually) available. 4 | 5 | | URL | Alt-Svc | Implemenation | 6 | |-----|---------|---------------| 7 | | [quic.aiortc.org](https://quic.aiortc.org/) [pgjones.dev](https://pgjones.dev) | yes | [aioquic](https://github.com/aiortc/aioquic) | 8 | | [cloudflare-quic.com](https://cloudflare-quic.com/) [quic.tech](https://quic.tech:8443/) | yes | [Cloudflare Quiche](https://github.com/cloudflare/quiche) | 9 | | [facebook.com](https://facebook.com/) [fb.mvfst.net](https://fb.mvfst.net:4433/) | no | [mvfst](https://github.com/facebookincubator/mvfst) | 10 | | [quic.rocks](https://quic.rocks:4433/) | yes | [Google quiche](https://quiche.googlesource.com/quiche/) | 11 | | [f5quic.com](https://f5quic.com:4433/) | no | F5 | 12 | | [www.litespeedtech.com](https://www.litespeedtech.com) | yes | [lsquic](https://github.com/litespeedtech/lsquic) | 13 | | [nghttp2.org](https://nghttp2.org:4433/) | no | [ngtcp2](https://github.com/ngtcp2/ngtcp2) | 14 | | [test.privateoctopus.com](https://test.privateoctopus.com:4433/) |no | [picoquic](https://github.com/private-octopus/picoquic) | 15 | | [h2o.examp1e.net](https://h2o.examp1e.net) | yes | h2o/quicly | 16 | | [quic.westus.cloudapp.azure.com](https://quic.westus.cloudapp.azure.com) |yes| msquic | 17 | | [docs.trafficserver.apache.org](https://docs.trafficserver.apache.org/en/latest/) | yes | Apache Traffic Server 18 | 19 | 20 | Submit [updates as PRs](https://github.com/bagder/HTTP3-test/pulls) 21 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-tactile --------------------------------------------------------------------------------