Expand description
The HTTP client may vary depending on which one the user configures. This module contains the required logic to use different clients interchangeably.
Structs§
Enums§
- Http
Error - Custom enum that contains all the possible errors that may occur when using
ureq
.
Traits§
- Base
Http Client - This trait represents the interface to be implemented for an HTTP client, which is kept separate from the Spotify client for cleaner code. Thus, it also requires other basic traits that are needed for the Spotify client.