UrlWithAuthority

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

object unordered

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