SimpleUrlWithoutAuthority

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

object unordered

Value members

Concrete methods

def parse(s: CharSequence)(implicit config: UriConfig): SimpleUrlWithoutAuthority
def parseOption(s: CharSequence)(implicit config: UriConfig): Option[SimpleUrlWithoutAuthority]
def parseTry(s: CharSequence)(implicit config: UriConfig): Try[SimpleUrlWithoutAuthority]