[][src]Module static_http_cache::reqwest_mock

Traits describing parts of the reqwest library, so that we can override them in tests.

You do not need to care about this module if you just want to use this crate.

Traits

Client

Represents a thing that can send requests.

HttpResponse

Represents the result of sending an HTTP request.