Expand description
Verification API for request verification HTTP verification API handlers for MockForge
Provides REST endpoints for programmatic request verification, allowing test code to verify that specific requests were made (or not made).
Structs§
- Count
Request - Request body for count endpoint
- Count
Response - Response for count endpoint
- Sequence
Request - Request body for sequence verification
- Verification
State - Shared state for verification API (currently empty, but kept for future extensibility)
- Verify
Request - Request body for verification endpoint
Functions§
- verification_
router - Create the verification API router