You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,8 @@ By default, this crate will attempt to dynamically link to the system-wide
131
131
libcurl and the system-wide SSL library. Some of this behavior can be customized
132
132
with various Cargo features:
133
133
134
-
-`ssl`: Enable SSL support. Enabled by default.
134
+
-`ssl`: Enable SSL/TLS support using the platform-default TLS backend. On Windows this is [Schannel], on macOS [Secure Transport], and [OpenSSL] (or equivalent) on all other platforms. Enabled by default.
135
+
-`mesalink`: Enable SSL/TLS support via [MesaLink], an alternative TLS backend written in Rust based on [Rustls]. MesaLink is always statically linked. Disabled by default.
135
136
-`http2`: Enable HTTP/2 support via libnghttp2. Disabled by default.
136
137
-`static-curl`: Use a bundled libcurl version and statically link to it. Disabled by default.
137
138
-`static-ssl`: Use a bundled OpenSSL version and statically link to it. Only applies on platforms that use OpenSSL. Disabled by default.
@@ -169,3 +170,9 @@ In order to avoid this failure you can either
169
170
170
171
The `curl-rust` crate is licensed under the MIT license, see `LICENSE` for more
0 commit comments