Module executor

Module executor 

Source
Expand description

Challenge submission execution utilities.

Handles the end-to-end process of submitting the IUAM payload, honoring Cloudflare’s required delay, following redirects, and surfacing meaningful errors back to the caller.

Structs§

ChallengeHttpResponse
Minimal response representation returned by the transport abstraction.
OriginalRequest
Context about the original request that triggered the challenge.

Enums§

ChallengeExecutionError
Failure states that can occur while executing the Cloudflare challenge flow.
ChallengeHttpClientError

Traits§

ChallengeHttpClient
Contract that abstracts the underlying HTTP transport used during challenge replay.

Functions§

execute_challenge_submission
Executes the Cloudflare response submission for IUAM-style challenges.