Module http_requests

Module http_requests 

Source
Expand description

This module is an abstraction of the reqwest API so dependency injection can be used for unit and integration tests.

Enums§

NetworkError
A generic error that failures in the library can be transformed into. Does still use [StatusCode] as return type for error handling.

Traits§

HttpFetcher 🔒
Contains methods to abstract HTTP calls.