diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HTTP2.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/HTTP2.md b/docs/HTTP2.md index bf5382070..6f7ece431 100644 --- a/docs/HTTP2.md +++ b/docs/HTTP2.md @@ -7,7 +7,7 @@ HTTP/2 with curl Build prerequisites ------------------- - nghttp2 - - OpenSSL, NSS, GnutTLS or PolarSSL with a new enough version + - OpenSSL, NSS, GnutTLS, PolarSSL or SChannel with a new enough version [nghttp2](https://nghttp2.org/) ------------------------------- @@ -58,6 +58,7 @@ provide the necessary TLS features. Right now we support: - NSS: ALPN and NPN - GnuTLS: ALPN - PolarSSL: ALPN + - SChannel: ALPN Multiplexing ------------ |