Add native-tls-alpn feature (#1283)

This commit is contained in:
Mohamed Daahir
2021-06-10 01:05:29 +01:00
committed by GitHub
parent bbeb1ede4e
commit b48cb4a5aa
4 changed files with 36 additions and 7 deletions

View File

@@ -170,6 +170,7 @@
//! over HTTPS.
//! - **native-tls**: Enables TLS functionality provided by `native-tls`.
//! - **native-tls-vendored**: Enables the `vendored` feature of `native-tls`.
//! - **native-tls-alpn**: Enables the `alpn` feature of `native-tls`.
//! - **rustls-tls**: Enables TLS functionality provided by `rustls`.
//! Equivalent to `rustls-tls-webpki-roots`.
//! - **rustls-tls-manual-roots**: Enables TLS functionality provided by `rustls`,