FullUrl

com.malliina.http.FullUrl$
See theFullUrl companion class
object FullUrl extends ValidatingCompanion[String, FullUrl]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
FullUrl.type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

override def build(input: String): Either[ErrorMessage, FullUrl]

Attributes

Definition Classes
def host(domain: String): FullUrl
def https(domain: String, uri: String): FullUrl
override def write(t: FullUrl): String

Attributes

Definition Classes
def ws(domain: String, uri: String): FullUrl
def wss(domain: String, uri: String): FullUrl

Inherited methods

def defaultError(in: String): ErrorMessage

Attributes

Inherited from:
ValidatingCompanion

Concrete fields

val urlPattern: Pattern

Implicits

Inherited implicits

implicit val json: Codec[FullUrl]

Attributes

Inherited from:
ValidatingCompanion
implicit val ordering: Ordering[FullUrl]

Attributes

Inherited from:
ValidatingCompanion