org.http4s.Uri.RegName
See theRegName companion object
Attributes
- Companion
- object
- Source
- Uri.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Hosttrait Renderableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Converts this registered name to a Hostname.
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
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Base method for rendering this object efficiently
Base method for rendering this object efficiently
Attributes
- Definition Classes
-
Host -> Renderable
- 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
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
In this article