http-adapter 0.2.1

Adapter for HTTP client agnostic requests
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "http-adapter"
version = "0.2.1"
edition = "2021"
description = "Adapter for HTTP client agnostic requests"
keywords = ["http", "request", "client"]
categories = ["web-programming::http-client"]
authors = ["Pro <twisted.fall@gmail.com>"]
license = "LGPL-3.0"
documentation = "https://docs.rs/http-adapter"
repository = "https://github.com/twistedfall/http-adapter"

[badges]
maintenance = { status = "passively-maintained" }

[dependencies]
async-trait = "0.1"
http = "1"