Expand description
Priority-based HTTP request handler implementing the full priority chain: Custom Fixtures → Replay → Stateful → Route Chaos (per-route fault/latency) → Global Fail → Proxy → Mock → Record
Structs§
- Behavioral
Replay Response - Response from behavioral scenario replay
- Mock
Response - Mock response
- Priority
Http Handler - Priority-based HTTP request handler
- Priority
Response - Priority response
- Route
Fault Response - Fault injection response (defined in mockforge-core to avoid circular dependency)
- Simple
Mock Generator - Simple mock generator for testing
Traits§
- Behavioral
Scenario Replay - Trait for behavioral scenario replay engines
- Mock
Generator - Trait for mock response generation
- Route
Chaos Injector Trait - Trait for route chaos injection (fault injection and latency) This trait is defined in mockforge-core to avoid circular dependency. The concrete RouteChaosInjector in mockforge-route-chaos implements this trait.