BackendOptions

sttp.client4.BackendOptions
See theBackendOptions 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
object Socks

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): BackendOptions
def httpProxy(host: String, port: Int): BackendOptions
def httpProxy(host: String, port: Int, username: String, password: String): BackendOptions
def socksProxy(host: String, port: Int): BackendOptions
def socksProxy(host: String, port: Int, username: String, password: String): BackendOptions

Concrete fields