easyhttpmock 0.1.1

EasyHttpMock is a simple HTTP mock server for testing HTTP clients.
Documentation
# EasyHttpMock

HTTP mock server.

## Description

**EasyHttpMock** is a small HTTP mock server.

## Install

```rust
easyhttpmock = { version = "0.1.0", features = ["tokio-rt", "http2", "tokio-rust-tls"] }
```

## Runtimes

- [tokio]https://github.com/tokio-rs/tokio
- [smol]https://github.com/smol-rs/smol

## Crate features

- tokio-rt (default)
- smol-rt
- http1
- http2 (default)
- http3
- tokio-rust-tls (default)


## License

MIT

## Author

Rogerio Pereira Araujo <rogerio.araujo@gmail.com>