SttpBackendOptions

sttp.client3.SttpBackendOptions$
See theSttpBackendOptions companion class

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class Proxy(host: String, port: Int, proxyType: ProxyType, nonProxyHosts: List[String], auth: Option[ProxyAuth], onlyProxyHosts: List[String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class ProxyAuth(username: String, password: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object ProxyType

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait ProxyType

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Http.type
object Socks.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def connectionTimeout(ct: FiniteDuration): SttpBackendOptions
def httpProxy(host: String, port: Int): SttpBackendOptions
def httpProxy(host: String, port: Int, username: String, password: String): SttpBackendOptions
def socksProxy(host: String, port: Int): SttpBackendOptions
def socksProxy(host: String, port: Int, username: String, password: String): SttpBackendOptions

Concrete fields