File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 54
54
//! * `blocking-https-bundled` enables [`minreq`], the blocking client with proxy and TLS (SSL)
55
55
//! capabilities using a bundled OpenSSL library backend.
56
56
//! * `async` enables [`async_minreq`], the async client with proxy capabilities.
57
- //! * `async-https` enables [`async_minreq`], the async client with support for proxying and TLS (SSL)
58
- //! using the default [`async_minreq`] TLS backend.
59
- //! * `async-https-native` enables [`async_minreq`], the async client with support for proxying and TLS
60
- //! (SSL) using the platform's native TLS backend (likely OpenSSL).
61
- //! * `async-https-rustls` enables [`async_minreq`], the async client with support for proxying and TLS
62
- //! (SSL) using the `rustls` TLS backend.
57
+ //! * `async-https` enables [`async_minreq`], the async client with support for proxying and TLS
58
+ //! (SSL) using the default [`async_minreq`] TLS backend.
59
+ //! * `async-https-native` enables [`async_minreq`], the async client with support for proxying and
60
+ //! TLS (SSL) using the platform's native TLS backend (likely OpenSSL).
61
+ //! * `async-https-rustls` enables [`async_minreq`], the async client with support for proxying and
62
+ //! TLS (SSL) using the `rustls` TLS backend.
63
63
//! * `async-https-rustls-manual-roots` enables [`async_minreq`], the async client with support for
64
64
//! proxying and TLS (SSL) using the `rustls` TLS backend without using its the default root
65
65
//! certificates.
You can’t perform that action at this time.
0 commit comments