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

Custom enum that contains all the possible errors that may occur when using ureq.

Traits

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.

Type Definitions