Crate rspotify_http

Source
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§

HttpClient

Enums§

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

Traits§

BaseHttpClient
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 Aliases§

Form
Headers
Query