$ docker run --rm --init dfang/curl curl -V
curl 8.0.1-DEV (x86_64-pc-linux-musl) libcurl/8.0.1-DEV BoringSSL zlib/1.2.12 brotli/1.0.9 nghttp2/1.47.0 quiche/0.17.1
Release-Date: [unreleased]
Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli HSTS HTTP2 HTTP3 HTTPS-proxy IPv6 Largefile libz NTLM NTLM_WB SSL threadsafe UnixSockets
docker run --rm --init dfang/curl curl -vso /dev/null https://cloudflare-quic.com --http3
docker run --rm --init dfang/curl curl -vso /dev/null https://www.example.com --http2
httpstat
$ docker run --rm --init dfang/curl ./httpstat.sh -ILv https://www.example.com --http3
Content type
Image
Digest
sha256:fa1d6cd6c…
Size
15.1 MB
Last updated
over 3 years ago
docker pull dfang/curl