HttpClientsConfig

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

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