summaryrefslogtreecommitdiffstats
path: root/network/curl-quic/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/curl-quic/README')
-rw-r--r--network/curl-quic/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/network/curl-quic/README b/network/curl-quic/README
new file mode 100644
index 0000000000..c61e020829
--- /dev/null
+++ b/network/curl-quic/README
@@ -0,0 +1,13 @@
+curl-quic is a version of curl which supports QUIC and HTTP/3
+
+This version is identical to curl provided by Slackware,
+but supports QUIC and HTTP/3 via nghttp3 and ngtcp2 found on SBo.
+
+ECH is still not supported.
+
+Test that QUIC works by
+
+curl-quic -v --http3-only https://cloudflare-quic.com
+
+or any other QUIC-enabled website.
+