http-adapter-ureq 0.4.0

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

[![Build Status](https://github.com/twistedfall/http-adapter-ureq/actions/workflows/http-adapter-ureq.yml/badge.svg)](https://github.com/twistedfall/http-adapter-ureq/actions/workflows/http-adapter-ureq.yml)
[![Documentation](https://docs.rs/http-adapter-ureq/badge.svg)](https://docs.rs/http-adapter-ureq)
[![Crates.io](https://img.shields.io/crates/v/http-adapter-ureq)](https://crates.io/crates/http-adapter-ureq)
![Maintenance](https://img.shields.io/badge/maintenance-passively--maintained-yellowgreen.svg)

[Support the project]https://github.com/sponsors/twistedfall | [Documentation]https://docs.rs/http-adapter-ureq


## Usage

Run:
```shell
cargo add http-adapter-ureq
```
Or add to your Cargo.toml:
```toml
[dependencies]
http-adapter-ureq = "0.4.0"
```

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

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

## License

LGPL-3.0