[−][src]Trait static_http_cache::reqwest_mock::Client
Represents a thing that can send requests.
Modelled after reqwest::Client.
Associated Types
type Response: HttpResponse
Sending a request produces this kind of response.
Required methods
fn execute(&self, request: Request) -> Result<Self::Response, Box<dyn Error>>
Send the given request and return the response (or an error).