Expand description
HTTP mocking utilities for testing.
Provides a mock HTTP client that intercepts requests and returns predefined responses. Supports pattern matching and request recording for verification.
Structs§
- Mock
Http - Mock HTTP client for testing.
- Mock
Http Builder - Builder for MockHttp.
- Mock
Request - Mock HTTP request.
- Mock
Response - Mock HTTP response.
- Recorded
Request - A recorded request for verification.
Type Aliases§
- Boxed
Handler - Type alias for mock handler closure.