URL

final case class URL(path: Path, kind: Location, queryParams: Map[String, List[String]], fragment: Option[Fragment])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def isEqual(other: URL): Boolean
def setHost(host: String): URL
def setPath(path: Path): URL
def setPath(path: String): URL
def setPort(port: Int): URL
def setQueryParams(queryParams: Map[String, List[String]]): URL
def setScheme(scheme: Scheme): URL

Inherited methods

Inherited from:
Product