# http-adapter-surf ## Documentation See [full documentation](https://docs.rs/http-adapter-surf) ## Usage Add this to your Cargo.toml: ``` [dependencies] http-adapter-surf = "0.2.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-surf/badge.svg)](https://docs.rs/http-adapter-surf) ## 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