Module reqwest_mock

Module reqwest_mock 

Source
Expand description

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.