iqhttp 0.0.1

iqlusion's HTTPS toolkit. Provides a high-level wrapper around hyper, with built-in SSL/TLS support based on rustls.
Documentation
[dependencies.hyper]
version = "0.14"

[dependencies.hyper-proxy]
optional = true
version = "=0.9.1"

[dependencies.hyper-rustls]
features = ["rustls-native-certs"]
version = "0.22"

[dependencies.serde]
optional = true
version = "1"

[dependencies.serde_json]
optional = true
version = "1"

[features]
json = ["serde", "serde_json"]
proxy = ["hyper-proxy"]

[package]
authors = ["Tony Arcieri <tony@iqlusion.io>", "Shella Stephens <shella@iqlusion.io>"]
categories = ["network-programming", "web-programming::http-client"]
description = "iqlusion's HTTPS toolkit. Provides a high-level wrapper around hyper, with\nbuilt-in SSL/TLS support based on rustls.\n"
edition = "2018"
homepage = "https://github.com/iqlusioninc/crates/"
keywords = ["api", "client", "http", "rest", "web"]
license = "Apache-2.0 OR MIT"
name = "iqhttp"
readme = "README.md"
repository = "https://github.com/iqlusioninc/crates/tree/main/iqhttp"
version = "0.0.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]