zeptohttpc
This crate aims to be the smallest possible yet practically useful HTTP client built on top of the http and httparse crates.
Cargo features
encoding_rs: Support for bodies in various character sets using theencoding_rscrate.flate2: Support for compressed bodies using theflate2crate.native-tls: Support HTTPS connections using thenative-tlscrate.json: Support for JSON bodies using theserdeandserde_jsoncrates.tls-webpki-roots: Support for HTTPS connections using therustlscrate with roots provided by thewebpki-rootscrate.tls-native-roots: Support for HTTPS connections using therustlscrate with roots provided by therustls-native-certscrate.rustls: Support for HTTPS connections using therustlscrate without a default set of roots.
License
Licensed under
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.