Url

io.lemonlabs.uri.Url$
See theUrl companion trait
object Url

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Url.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, user: String, password: String, host: String, port: Int, path: String, query: QueryString, fragment: String)(implicit config: UriConfig): Url
def parse(s: CharSequence)(implicit config: UriConfig): Url
def parseOption(s: CharSequence)(implicit config: UriConfig): Option[Url]
def parseTry(s: CharSequence)(implicit config: UriConfig): Try[Url]
def unapply(url: Url): Option[(UrlPath, QueryString, Option[String])]

Implicits

Implicits

implicit val eqUrl: Eq[Url]
implicit val orderUrl: Order[Url]
implicit val showUrl: Show[Url]