RegName

org.http4s.Uri$.RegName
See theRegName companion object
final case class RegName(host: CIString) extends Host

Attributes

Companion
object
Source
Uri.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Host
trait Renderable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Converts this registered name to a Hostname. In the spec, for generic schemes, a registered name need not be a valid host name. In HTTP practice, this conversion should succeed.

Converts this registered name to a Hostname. In the spec, for generic schemes, a registered name need not be a valid host name. In HTTP practice, this conversion should succeed.

Attributes

Source
Uri.scala
def value: String

Attributes

Source
Uri.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def render(writer: Writer): Writer

Base method for rendering this object efficiently

Base method for rendering this object efficiently

Attributes

Definition Classes
Inherited from:
Host
Source
Uri.scala

Generates a String rendering of this object

Generates a String rendering of this object

Attributes

Inherited from:
Renderable
Source
Renderable.scala

Attributes

Inherited from:
Host
Source
Uri.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