ProxyConfig

io.github.quafadas.sjsls.ProxyConfig
object ProxyConfig

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Equilibrium(http: HttpProxyConfig)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class HttpProxyConfig(servers: NonEmptyList[Server], upstreams: List[Upstream])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Location(matcher: LocationMatcher, proxyPass: String)

Attributes

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

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Exact
class Prefix
case class Server(listen: Port, serverNames: List[String], locations: List[Location])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Upstream(name: String, servers: NonEmptyList[UpstreamServer])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class UpstreamServer(host: Host, port: Port, weight: Int)

Attributes

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