RouterContext

cc.otavia.http.server.RouterContext

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def appendPath(part: String): Unit
def appendRemaining(part: String): Unit
def clear(): Unit
def path: String
def putPathVariable(key: String, value: String): Unit
def remaining: String
def setMethod(httpMethod: HttpMethod): Unit

Concrete fields

val pathVars: HashMap[String, String]