Host

org.http4s.headers.Origin$.Host
final case class Host(scheme: Scheme, host: Host, port: Option[Int]) extends Origin with Renderable

Attributes

Source:
Origin.scala
Graph
Supertypes
trait Product
trait Equals
class Origin
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Base method for rendering this object efficiently

Base method for rendering this object efficiently

Attributes

Source:
Origin.scala
def toUri: Uri

Attributes

Source:
Origin.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Generates a String rendering of this object

Generates a String rendering of this object

Attributes

Inherited from:
Renderable
Source:
Renderable.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Renderable -> Any
Inherited from:
Renderable
Source:
Renderable.scala