Sign inSign up

badouralix/curl-http3

By badouralix

Updated over 3 years ago

Debian-based docker image for curl with http3 support (ngtcp2+openssl)

Image
0

2.8K

badouralix/curl-http3 repository overview

curl-http3

Docker Pulls Docker Stars Docker Image Version (latest by date) Docker Image Size (latest by date)

This repository contains a Dockerfile for curl with http3 support (ngtcp2+openssl).

See the repo on Docker Hub.

Usage

$ 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

Tips and tricks

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/

Versions, protocols and features

:warning: this may change as the latest base image changes

Debian
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

License

Unless expressly stated otherwise, all contents licensed under the MIT License.

Tag summary

Content type

Image

Digest

sha256:dc6199676

Size

454.8 MB

Last updated

over 3 years ago

docker pull badouralix/curl-http3