Skip to main content

Module executor

Module executor 

Source
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§

ConformanceCheck
A single conformance check to execute
MultipartPart
Round 38 (#79) — one part of a multipart/form-data request body.
NativeConformanceExecutor
Native conformance executor using reqwest
NetworkEvent
Round 46 (#79) — one wire-level error captured by the native executor (no HTTP response from the target). Persisted to conformance-network-events.json so the user has a grep-able log of when the target stopped responding and the classified reason.
SchemaViolation
A field-level schema validation violation

Enums§

CheckBody
Request body variants
CheckValidation
How to validate a conformance check response
ConformanceProgress
Progress event for SSE streaming