diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-09-26 14:12:16 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-09-26 14:12:16 +0200 |
commit | 8bdff352878f94e81536bf1856e82d875574d930 (patch) | |
tree | fef45c8940ddcc6bbe9e7dd3f0fe314e8fa904ff /docs/HTTP3.md | |
parent | 2f036a72d543e96128bd75cb0fedd88815fd42e2 (diff) | |
download | curl-8bdff352878f94e81536bf1856e82d875574d930.tar.gz |
HTTP3: show an --alt-svc using example too
Diffstat (limited to 'docs/HTTP3.md')
-rw-r--r-- | docs/HTTP3.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/HTTP3.md b/docs/HTTP3.md index f063ab4f9..06783c007 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -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 |