# http-adapter-ureq
[](https://github.com/twistedfall/http-adapter-ureq/actions/workflows/http-adapter-ureq.yml)
[](https://docs.rs/http-adapter-ureq)
[](https://crates.io/crates/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