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
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ This crate aims to be the smallest possible yet practically useful HTTP client b
10
10
11
11
*`encoding_rs`: Support for bodies in various character sets using the [`encoding_rs`](https://docs.rs/encoding_rs) crate.
12
12
*`flate2`: Support for compressed bodies using the [`flate2`](https://docs.rs/flate2) crate.
13
-
*`native-tls`: Support HTTPS connections using the [`native-tls`](https://docs.rs/native-tls) crate.
14
13
*`json`: Support for JSON bodies using the [`serde`](https://docs.rs/serde) and [`serde_json`](https://docs.rs/serde_json) crates.
15
14
*`tls-webpki-roots`: Support for HTTPS connections using the [`rustls`](https://docs.rs/rustls) crate with roots provided by the [`webpki-roots`](https://docs.rs/webpki-roots) crate.
16
15
*`tls-native-roots`: Support for HTTPS connections using the [`rustls`](https://docs.rs/rustls) crate with roots provided by the [`rustls-native-certs`](https://docs.rs/rustls-native-certs) crate.
17
16
*`rustls`: Support for HTTPS connections using the [`rustls`](https://docs.rs/rustls) crate without a default set of roots.
17
+
*`native-tls`: Support HTTPS connections using the [`native-tls`](https://docs.rs/native-tls) crate.
0 commit comments