Debian-based docker image for curl with http3 support (ngtcp2+openssl)
2.8K
This repository contains a Dockerfile for curl with http3 support (ngtcp2+openssl).
See the repo on Docker Hub.
$ docker run -t --rm badouralix/curl-http3 -I https://nghttp2.org:4433/
HTTP/3 200
server: nghttp3/ngtcp2 server
content-type: text/html
content-length: 6616
In your shell rc dotfile, you could add an alias 'curl-http3'='docker run -t --rm badouralix/curl-http3' so that you would just have to run :
curl-http3 https://nghttp2.org:4433/
:warning: this may change as the latest base image changes
curl 7.80.1-DEV (x86_64-pc-linux-gnu) libcurl/7.80.1-DEV OpenSSL/3.0.0 ngtcp2/0.1.0-DEV nghttp3/0.1.0-DEV
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 HSTS HTTP3 HTTPS-proxy IPv6 Largefile NTLM NTLM_WB SSL TLS-SRP UnixSockets
Unless expressly stated otherwise, all contents licensed under the MIT License.
Content type
Image
Digest
sha256:dc6199676…
Size
454.8 MB
Last updated
over 3 years ago
docker pull badouralix/curl-http3