http-endpoint-server-harness 0.1.0

HTTP endpoint server harness for testing mock endpoints
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod endpoint;
mod handler;
mod method;
mod request;
mod response;
mod scenario;

pub use endpoint::Endpoint;
pub use handler::Handler;
pub use method::Method;
pub use request::Request;
pub use response::Response;
pub use scenario::Scenario;