An HTTP mocking library designed to simplify testing of Rust applications that interact with external HTTP services.
`httpmock` provides a simple, fluent API for creating HTTP mocks in Rust. It lets developers simulate responses from HTTP services, record and playback third-party interactions, and introduce fault and network delays for robust testing. The library also offers a standalone mode with a Docker image for broader use.
An HTTP mocking library designed to simplify testing of Rust applications that interact with external HTTP services.
Rust developers needing to isolate and test their applications' HTTP client interactions without hitting live services.