http_req_wasi 0.10.2

HTTP client for the WasmEdge network socket API. Derived from the http_req library.
Documentation
[dependencies.unicase]
version = "^2.6"

[dependencies.wasmedge_wasi_socket]
version = "0.4.2"

[features]
default = ["wasmedge_ssl"]
wasmedge_ssl = []

[lib]
name = "http_req"
path = "src/lib.rs"

[package]
authors = ["chensiheng", "jayjamesjay"]
categories = ["web-programming::http-client", "network-programming"]
description = "HTTP client for the WasmEdge network socket API. Derived from the http_req library."
edition = "2018"
keywords = ["http", "https", "client", "wasmedge", "webassembly"]
license = "MIT"
name = "http_req_wasi"
readme = "README.md"
repository = "https://github.com/second-state/http_req"
version = "0.10.2"