http_req 0.6.1

simple and lightweight HTTP client with built-in HTTPS support
Documentation
[badges.travis-ci]
repository = "jayjamesjay/http_req"
[dependencies.native-tls]
optional = true
version = "^0.2"

[dependencies.rustls]
optional = true
version = "^0.16"

[dependencies.unicase]
version = "^2.6"

[dependencies.webpki]
optional = true
version = "^0.21"

[dependencies.webpki-roots]
optional = true
version = "^0.18"

[features]
default = ["native-tls"]
rust-tls = ["rustls", "webpki", "webpki-roots"]

[package]
authors = ["jayjamesjay"]
categories = ["web-programming::http-client", "network-programming"]
description = "simple and lightweight HTTP client with built-in HTTPS support"
edition = "2018"
keywords = ["http", "client", "request"]
license = "MIT"
name = "http_req"
readme = "README.md"
repository = "https://github.com/jayjamesjay/http_req"
version = "0.6.1"