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
- Alphabetic
- By Inheritance
Inherited
- HostService
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All