File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ cargo add http-adapter
1717Or add to your Cargo.toml:
1818``` toml
1919[dependencies ]
20- http-adapter = " 0.2.0 "
20+ http-adapter = " 0.2.1 "
2121```
2222
2323## Adapter for HTTP client agnostic requests
Original file line number Diff line number Diff line change 11[package ]
22name = " http-adapter"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44edition = " 2021"
55description = " Adapter for HTTP client agnostic requests"
66keywords = [" http" , " request" , " client" ]
Original file line number Diff line number Diff line change 11# http-adapter
22
3- ## Documentation
3+ [ ![ Build Status] ( https://github.com/twistedfall/http-adapter/actions/workflows/http-adapter.yml/badge.svg )] ( https://github.com/twistedfall/http-adapter/actions/workflows/http-adapter.yml )
4+ [ ![ Documentation] ( https://docs.rs/http-adapter/badge.svg )] ( https://docs.rs/http-adapter )
5+ [ ![ Crates.io] ( https://img.shields.io/crates/v/http-adapter )] ( https://crates.io/crates/http-adapter )
6+ ![ Maintenance] ( https://img.shields.io/badge/maintenance-passively--maintained-yellowgreen.svg )
7+
8+ [ Support the project] ( https://github.com/sponsors/twistedfall ) | [ Documentation] ( https://docs.rs/http-adapter )
49
5- See [ full documentation] ( https://docs.rs/http-adapter )
610
711## Usage
812
9- Add this to your Cargo.toml:
13+ Run:
14+ ``` shell
15+ cargo add http-adapter
1016```
17+ Or add to your Cargo.toml:
18+ ``` toml
1119[dependencies ]
12- http-adapter = "0.2.0 "
20+ http-adapter = " 0.2.1 "
1321```
1422
15- ![ Maintenance] ( https://img.shields.io/badge/maintenance-passively--maintained-yellowgreen.svg )
16- [ ![ Build Status] ( https://github.com/twistedfall/http-adapter/actions/workflows/http-adapter.yml/badge.svg )] ( https://github.com/twistedfall/http-adapter/actions/workflows/http-adapter.yml )
17- [ ![ Documentation] ( https://docs.rs/http-adapter/badge.svg )] ( https://docs.rs/http-adapter )
18-
1923## Adapter for HTTP client agnostic requests
2024
2125This crate allows the async libraries to be HTTP client agnostic and not force a particular choice of an async runtime because
@@ -79,4 +83,6 @@ impl<HttpClient: HttpClientAdapter + Default> Default for APIClient<HttpClient>
7983[ 2 ] : < https://crates.io/crates/http-adapter-surf >
8084[ 3 ] : < https://crates.io/crates/http-adapter-ureq >
8185
82- License: LGPL-3.0
86+ ## License
87+
88+ LGPL-3.0
You can’t perform that action at this time.
0 commit comments