File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,14 @@ On Linux:
53
53
54
54
- OpenSSL with headers. See https://docs.rs/openssl for supported versions
55
55
and more details. Alternatively you can enable the ` native-tls-vendored `
56
- feature to compile a copy of OpenSSL.
56
+ feature to compile a copy of OpenSSL. Or, you can use [ rustls] ( https://github.com/rustls/rustls )
57
+ via ` rustls-tls ` or other ` rustls-tls-* ` features.
57
58
58
59
On Windows and macOS:
59
60
60
61
- Nothing.
61
62
62
- Reqwest uses [ rust-native-tls] ( https://github.com/sfackler/rust-native-tls ) ,
63
+ By default, Reqwest uses [ rust-native-tls] ( https://github.com/sfackler/rust-native-tls ) ,
63
64
which will use the operating system TLS framework if available, meaning Windows
64
65
and macOS. On Linux, it will use the available OpenSSL or fail to build if
65
66
not found.
You can’t perform that action at this time.
0 commit comments