HttpClientFactory

class HttpClientFactory @JvmOverloads constructor(sslLoader: SslLoader, sslContextFactory: SslContextFactory, okHttpClientCommonConfigurator: OkHttpClientCommonConfigurator, envoyClientEndpointProvider: EnvoyClientEndpointProvider?, okhttpInterceptors: List<Interceptor>?)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun create(config: HttpClientEndpointConfig): OkHttpClient

Returns a client initialized based on config.