Sign inSign up

dalgibbard/curl-http3

By dalgibbard

•Updated over 6 years ago

Ubuntu-based image with custom Curl build which supports HTTP/3 (h3/quic)

Image
0

10K+

dalgibbard/curl-http3 repository overview

⁠curl-http3

Curl Docker container compiled with HTTP/3 (h3/quic) support.

⁠To Use

The Docker entrypoint is "curl", so simply pass any args to the docker command as you would curl. For example:

docker run -it dalgibbard/curl-http3 --connect-timeout 5 -m 5 -s -vvv --http3 https://cloudflare.com

Note that HTTP/3 occurs over UDP, so ensure your firewall is correctly setup.

⁠Options to enable HTTP3 in Servers

At the time of writing, HTTP3 support in browsers is not enabled by default. However, multiple servers are adding support for it. For example:

  • Caddy2
  • NGinX
  • Quiche/Cloudflare

For more information: https://en.wikipedia.org/wiki/HTTP/3⁠

Tag summary

Content type

Image

Digest

Size

147.9 MB

Last updated

over 6 years ago

docker pull dalgibbard/curl-http3