Host

org.http4s.Uri$.Host
See theHost companion object
sealed trait Host extends Renderable

Attributes

Companion
object
Source
Uri.scala
Graph
Supertypes
trait Renderable
class Object
trait Matchable
class Any
Known subtypes
class Ipv4Address
class Ipv6Address
class RegName

Members list

Value members

Abstract methods

def value: String

Attributes

Source
Uri.scala

Concrete methods

override def render(writer: Writer): Writer

Base method for rendering this object efficiently

Base method for rendering this object efficiently

Attributes

Definition Classes
Source
Uri.scala

Attributes

Source
Uri.scala

Inherited methods

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