mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
HTTP3: show an --alt-svc using example too
This commit is contained in:
parent
2f036a72d5
commit
8bdff35287
@ -75,8 +75,14 @@ you'll just get ld.so linker errors.
|
||||
|
||||
## Invoke from command line
|
||||
|
||||
Use HTTP/3 directly:
|
||||
|
||||
curl --http3 https://nghttp2.org:8443/
|
||||
|
||||
Upgrade via Alt-Svc:
|
||||
|
||||
curl --alt-svc altsvc.cache https://quic.aiortc.org/
|
||||
|
||||
# quiche version
|
||||
|
||||
## build
|
||||
|
Loading…
Reference in New Issue
Block a user