summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-12-22 17:17:37 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-12-22 17:17:59 +0100
commit4d1a62089167faafae835ba97158f78d8e11e62d (patch)
treecde92f3c9c98c942c7e244cc0bc0754d8aa36b77
parentac9a7245fc503a8d46871ab2bf1a7321392b9cda (diff)
downloadcurl-4d1a62089167faafae835ba97158f78d8e11e62d.tar.gz
EXPERIMENTAL: add the Hyper backend to the list
... of current experimental features in curl.
-rw-r--r--docs/EXPERIMENTAL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/EXPERIMENTAL.md b/docs/EXPERIMENTAL.md
index 5b2d36c14..6a84f5e17 100644
--- a/docs/EXPERIMENTAL.md
+++ b/docs/EXPERIMENTAL.md
@@ -18,7 +18,7 @@ Experimental support in curl means:
## Experimental features right now
+ - The Hyper HTTP backend
- HTTP/3 support and options
- CURLSSLOPT_NATIVE_CA (No configure option, feature built in when supported)
- HSTS support and options
-