http-adapter-reqwest 0.3.0

HTTP adapter implementation for reqwest
Documentation
# http-adapter-reqwest

## Documentation

See [full documentation](https://docs.rs/http-adapter-reqwest)

## Usage

Add this to your Cargo.toml:
```
[dependencies]
http-adapter-reqwest = "0.3.0"
```

![Maintenance](https://img.shields.io/badge/maintenance-passively--maintained-yellowgreen.svg)
[![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)
[![Documentation](https://docs.rs/http-adapter-reqwest/badge.svg)](https://docs.rs/http-adapter-reqwest)

## HTTP adapter implementation for [`reqwest`]https://crates.io/crates/reqwest

For more details refer to [`http-adapter`](https://crates.io/crates/http-adapter)

License: LGPL-3.0