Skip to main content

Module http_client

Module http_client 

Source
Expand description

Abstraction over HTTP client used by phases.

Structs§

ReqwestClient
Production implementation that forwards to reqwest::Client.

Traits§

HttpClient
Minimal HTTP client interface required by the test phases.