1. curl/HTTP3

HTTP3 (and QUIC) https://curl.se/docs/http3.html

QUIC libraries we are using:

ngtcp2

quiche - EXPERIMENTAL

msh3 (with msquic) - EXPERIMENTAL

Use only HTTP/3:

curl --http3-only https://example.org:4433/

curl --http3-only https://curl.se/
curl: option --http3-only: the installed libcurl version doesn't support this
curl: try 'curl --help' or 'curl --manual' for more information

1.1. install

対応版を作りたいが、手間だ。

HTTP/3 対応の curl を作る

最終更新日 2022年01月15日 https://qiita.com/keys/items/611d949ca26d6ca848c2

curl/docs
/HTTP3.md
https://github.com/curl/curl/blob/master/docs/HTTP3.md#ngtcp2-version

curlとLibreSSLでHTTP/3
https://zenn.dev/catatsuy/scraps/3cf52a64a95c61

{{{
curl --http3 https://www.catatsuy.org

--alt-svcを使うことができる。

curl --alt-svc altsvc.cache https://www.catatsuy.org

1.2. history


CategoryDns CategoryWatch CategoryTemplate

MoinQ: HTTP/3/curl (last edited 2023-11-24 08:59:49 by ToshinoriMaeno)