http-typed 0.1.0

HTTP client supporting custom request and response types.
Documentation
[dependencies.paste]
version = "1.0.0"

[dependencies.reqwest]
version = ">=0.10.0,<0.12.0"

[dependencies.serde]
version = "1.0.69"

[dependencies.serde_json]
version = "1.0.0"

[dependencies.thiserror]
version = "1.0.0"

[package]
categories = ["web-programming", "web-programming::http-client", "network-programming", "asynchronous", "data-structures"]
description = "HTTP client supporting custom request and response types."
edition = "2021"
keywords = ["http", "client", "request", "types", "json"]
license = "MIT OR Apache-2.0"
name = "http-typed"
readme = "README.md"
repository = "https://github.com/dnut/http-typed"
version = "0.1.0"