X-Forwarded-Host

org.http4s.headers.X-Forwarded-Host
See theX-Forwarded-Host companion object
final case class X-Forwarded-Host(host: String, port: Option[Int])

A Request header that provides forwarded host and possibly port information.

This header is not part of any specification. Whether or not this header contains port information is unknown, so it is supported just in case.

MDN

Attributes

Companion
object
Source
X-Forwarded-Host.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product