HttpClientsConfig

data class HttpClientsConfig @JvmOverloads constructor(val hostConfigs: <Error class: unknown class><String, HttpClientConfig> = linkedMapOf(), val endpoints: Map<String, HttpClientEndpointConfig> = mapOf())

Constructors

Link copied to clipboard
constructor(hostConfigs: <Error class: unknown class><String, HttpClientConfig> = linkedMapOf(), endpoints: Map<String, HttpClientEndpointConfig> = mapOf())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val hostConfigs: <Error class: unknown class><String, HttpClientConfig>

Functions

Link copied to clipboard

Names of configured endpoints, all of which can be fetched using get

Link copied to clipboard
operator fun get(url: URL): HttpClientEndpointConfig
operator fun get(clientName: String): HttpClientEndpointConfig