IgdbKtorConfig

class IgdbKtorConfig : IgdbHttpEngineConfig

Configuration of the Ktor HttpClient used to make requests

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var backgroundDispatcher: CoroutineDispatcher

Сoroutine dispatcher used to receive and deserialize responses

Link copied to clipboard
var httpClient: HttpClient?

Allows you to specify a pre-configured HttpClient for sending requests