HttpClientsConfig

data class HttpClientsConfig @JvmOverloads constructor(hostConfigs: <ERROR CLASS><String, HttpClientConfig>, endpoints: Map<String, HttpClientEndpointConfig>)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun endpointNames(): Set<String>

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

Properties

Link copied to clipboard
val endpoints: Map<String, HttpClientEndpointConfig>
Link copied to clipboard
val hostConfigs: <ERROR CLASS><String, HttpClientConfig>