HTTP3: show an --alt-svc using example too

This commit is contained in:
Daniel Stenberg 2019-09-26 14:12:16 +02:00
parent 2f036a72d5
commit 8bdff35287
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 6 additions and 0 deletions

View File

@ -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