# EasyHttpMock
[](https://crates.io/crates/easyhttpmock) [](https://crates.io/crates/easyhttpmock) [](https://github.com/ararog/easyhttpmock/actions/workflows/rust.yml)  [](https://docs.rs/easyhttpmock/latest/easyhttpmock) [](https://github.com/ararog/easyhttpmock/blob/main/LICENSE.md) [](https://codecov.io/gh/ararog/easyhttpmock)
This is the main crate for EasyHttpMock. It provides the core functionality for creating HTTP mock servers.
# Quick Start
Add EasyHttpMock to your `Cargo.toml`:
```toml
easyhttpmock = { version = "0.1.0" }
```
## License
Licensed under either of
- Apache License, Version 2.0
(LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license
(LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.
## Author
Rogerio Pereira Araujo <rogerio.araujo@gmail.com>