HttpProxy

org.http4s.netty.client.HttpProxy
See theHttpProxy companion object
final case class HttpProxy(scheme: Scheme, host: Host, port: Option[Port], ignoreHosts: IgnoredHosts, credentials: Option[BasicCredentials], connectionTimeout: FiniteDuration) extends Proxy

Attributes

Companion
object
Source
Proxy.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Proxy
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
Proxy.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product