ExtendedConfig

class ExtendedConfig(val block: HttpClientConfig<*>.() -> Unit) : SyncClientConfiguration(source)

Extends the default Ktor HttpClient configuration with the provided block.

Constructors

Link copied to clipboard
constructor(block: HttpClientConfig<*>.() -> Unit)

Properties

Link copied to clipboard
val block: HttpClientConfig<*>.() -> Unit