Config

zio.http.ZClient$.Config
See theConfig companion object
final case class Config(ssl: Option[ClientSSLConfig], proxy: Option[Proxy], connectionPool: ConnectionPoolConfig, maxHeaderSize: Int, requestDecompression: Decompression, localAddress: Option[InetSocketAddress], addUserAgentHeader: Boolean, webSocketConfig: WebSocketConfig, idleTimeout: Option[Duration], connectionTimeout: Option[Duration])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def addUserAgentHeader(addUserAgentHeader: Boolean): Config
def dynamicConnectionPool(minimum: Int, maximum: Int, ttl: Duration): Config
def idleTimeout(timeout: Duration): Config
def maxHeaderSize(headerSize: Int): Config

Configure the client to use maxHeaderSize value when encode/decode headers.

Configure the client to use maxHeaderSize value when encode/decode headers.

Attributes

def proxy(proxy: Proxy): Config
def webSocketConfig(webSocketConfig: WebSocketConfig): Config

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product