UrlWithoutAuthority

io.lemonlabs.uri.UrlWithoutAuthority$
See theUrlWithoutAuthority 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 apply(scheme: String, path: UrlPath, query: QueryString, fragment: Option[String])(implicit config: UriConfig): UrlWithoutAuthority
def parse(s: CharSequence)(implicit config: UriConfig): UrlWithoutAuthority
def parseOption(s: CharSequence)(implicit config: UriConfig): Option[UrlWithoutAuthority]
def parseTry(s: CharSequence)(implicit config: UriConfig): Try[UrlWithoutAuthority]
def unapply(url: UrlWithoutAuthority): Option[(String, UrlPath, QueryString, Option[String])]