Expand description
§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:
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
Modules§
- config
- Configuration module
- errors
- Error module
- matchers
- Matchers module
- mock
- Mock module
- server
- Server module
Structs§
- Easy
Http Mock - Create a mock using a specific server implementation
Type Aliases§
- Http
Mock Result - Result type for HTTP mock operations