org.http4s.headers.Host
See theHost companion object
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.
Attributes
- Companion
- object
- Source
- Host.scala
- Graph
-
- Supertypes
Members list
In this article