# http-adapter-surf
[](https://github.com/twistedfall/http-adapter-surf/actions/workflows/http-adapter-surf.yml)
[](https://docs.rs/http-adapter-surf)
[](https://crates.io/crates/http-adapter-surf)

## Usage
Run:
```shell
cargo add http-adapter-surf
```
Or add to your Cargo.toml:
```toml
[dependencies]
http-adapter-surf = "0.2.1"
```
## HTTP adapter implementation for [`surf`](https://crates.io/crates/surf)
For more details refer to [`http-adapter`](https://crates.io/crates/http-adapter)
## License
LGPL-3.0