Packages

final case class HostService[F[_], G[_]](http: Http[F, G], p: (Host) ⇒ Boolean) extends Product with Serializable

Specification of the virtual host service and predicate.

The predicate receives the the Host header information with the port filled in, if possible, using the request Uri or knowledge of the security of the underlying transport protocol.

Source
VirtualHost.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HostService
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HostService(http: Http[F, G], p: (Host) ⇒ Boolean)

Value Members

  1. val http: Http[F, G]
  2. val p: (Host) ⇒ Boolean