UrlWithAuthority

io.lemonlabs.uri.UrlWithAuthority$
See theUrlWithAuthority companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object unordered

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def parse(s: CharSequence)(implicit config: UriConfig): UrlWithAuthority
def parseOption(s: CharSequence)(implicit config: UriConfig): Option[UrlWithAuthority]
def parseTry(s: CharSequence)(implicit config: UriConfig): Try[UrlWithAuthority]
def unapply(url: UrlWithAuthority): Option[(Authority, UrlPath, QueryString, Option[String])]

Implicits