http-adapter 0.2.1

Adapter for HTTP client agnostic requests
Documentation
[badges.maintenance]
status = "passively-maintained"

[dependencies.async-trait]
version = "0.1"

[dependencies.http]
version = "1"

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

[package]
authors = ["Pro <twisted.fall@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming::http-client"]
description = "Adapter for HTTP client agnostic requests"
documentation = "https://docs.rs/http-adapter"
edition = "2021"
keywords = ["http", "request", "client"]
license = "LGPL-3.0"
name = "http-adapter"
readme = "README.md"
repository = "https://github.com/twistedfall/http-adapter"
version = "0.2.1"