SttpBackendOptions

Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class Proxy(host: String, port: Int, proxyType: ProxyType, nonProxyHosts: List[String], auth: Option[ProxyAuth], onlyProxyHosts: List[String])
case class ProxyAuth(username: String, password: String)
sealed trait ProxyType
Companion
object
object ProxyType
Companion
class

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

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