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.
- Http
Response - Represents the result of sending an HTTP request.