Tmdb Client Config
class TmdbClientConfig
Functions
Link copied to clipboard
Set custom HttpClient configuration for the default HttpClient.
fun <T : HttpClientEngineConfig> httpClient(engineFactory: HttpClientEngineFactory<T>, block: HttpClientConfig<T>.() -> Unit = {})
Creates an custom HttpClient with the specified HttpClientEngineFactory and optional block configuration. Note that the TMDB config will be added afterwards.
Link copied to clipboard