zio.http.ClientConfig
See theClientConfig companion object
case class ClientConfig(socketApp: Option[SocketApp[Any]], ssl: Option[ClientSSLConfig], proxy: Option[Proxy], channelType: ChannelType, nThreads: Int, useAggregator: Boolean, connectionPool: ConnectionPoolConfig, maxHeaderSize: Int, requestDecompression: Decompression, localAddress: Option[InetSocketAddress]) extends Config
Attributes
- Companion:
- object
- Graph
- Supertypes
- Self type