final case class Host(host: String, port: Option[Int] = None) extends Product with Serializable
A Request header, that provides the host and port information
The "Host" header field in a request provides the host and port information from the target URI, enabling the origin server to distinguish among resources while servicing requests for multiple host names on a single IP address.
This header was mandatory in version 1.1 of the Http protocol.
- Source
- Host.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Host
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All