http-adapter-ureq 0.1.1

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

## Documentation

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

## Usage

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

![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-ureq/badge.svg)](https://docs.rs/http-adapter-ureq)

## 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