Expand description
This module is an abstraction of the reqwest API so dependency injection can be used for
unit and integration tests.
Enums§
- Network
Error - A generic error that failures in the library can be transformed into.
Does still use [
StatusCode] as return type for error handling.
Traits§
- Http
Fetcher 🔒 - Contains methods to abstract HTTP calls.