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

Type members

Classlikes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ProxyType

Attributes

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

Attributes

Companion
object
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