Path

korolev.web.Path
sealed trait Path extends PathAndQuery

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class /
object Root.type

Members list

Concise view

Value members

Concrete methods

def ++(tail: Path): Path
def /(s: String): Path
def :?(next: (String, String)): Query

Inherited methods

Attributes

Inherited from:
PathAndQuery
def endsWith(value: String): Boolean

Attributes

Inherited from:
PathAndQuery
def mkString: String

Attributes

Inherited from:
PathAndQuery
def mkString(builder: StringBuilder): Unit

Attributes

Inherited from:
PathAndQuery
def param(name: String): Option[String]

Attributes

Inherited from:
PathAndQuery
def startsWith(value: String): Boolean

Attributes

Inherited from:
PathAndQuery
def withParam(key: String, value: Option[String]): PathAndQuery

Attributes

Inherited from:
PathAndQuery
def withParam(key: String, value: String): PathAndQuery

Attributes

Inherited from:
PathAndQuery
def withParams(params: Map[String, String]): PathAndQuery

Attributes

Inherited from:
PathAndQuery
def withParams(params: Option[String]): PathAndQuery

Attributes

Inherited from:
PathAndQuery