Contents
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
対応版を作りたいが、手間だ。
curl/8.4.0 をインストールできた。-- ToshinoriMaeno 2023-11-24 06:40:05
HTTP/3 対応の curl を作る
- curl Quiche QUIC HTTP3 ngtcp2
最終更新日 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