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
- Multipart
Part - Round 38 (#79) — one part of a multipart/form-data request body.
- Native
Conformance Executor - Native conformance executor using reqwest
- Network
Event - Round 46 (#79) — one wire-level error captured by the native
executor (no HTTP response from the target). Persisted to
conformance-network-events.jsonso the user has a grep-able log of when the target stopped responding and the classified reason. - Schema
Violation - A field-level schema validation violation
Enums§
- Check
Body - Request body variants
- Check
Validation - How to validate a conformance check response
- Conformance
Progress - Progress event for SSE streaming