Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 435 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 435 Bytes

curl-http3

Curl Docker container compiled with HTTP/3 (h3/quic) support based on this instruction.

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 gofort/curl-http3 -I --http3 https://www.google.com

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