Module reqwest_client

Module reqwest_client 

Source
Expand description

Reqwest-based implementation of the ChallengeHttpClient trait.

Provides a thin adapter around reqwest::Client that converts between the shared HTTP representations used by the solver core and the concrete transport.

Structsยง

ReqwestChallengeHttpClient
Reqwest-backed HTTP client used during challenge replay.