Expand description
Native Rust conformance test executor
Replaces the k6-based execution path with direct HTTP requests via reqwest,
producing the same ConformanceReport output. This removes the k6 binary
dependency and enables API/SDK integration.
Structs§
- Conformance
Check - A single conformance check to execute
- Native
Conformance Executor - Native conformance executor using reqwest
Enums§
- Check
Body - Request body variants
- Check
Validation - How to validate a conformance check response
- Conformance
Progress - Progress event for SSE streaming