Module http_client

Source
Expand description

Define components to make HTTP calls.

Structs§

MockClient
Http client implementation to mock a response.
UreqClient
Http client implementation relying on ureq.

Traits§

HttpClient
Http client trait to make HTTP calls.