package
routing
Type Members
-
case class
All(path: String) extends RouteMatch with Product with Serializable
-
case class
AsyncReply(replyWhenDone: Future[Reply]) extends Reply with Product with Serializable
-
case class
Connect(path: String) extends RouteMatch with Product with Serializable
-
case class
Delete(path: String) extends RouteMatch with Product with Serializable
-
-
case class
Get(path: String) extends RouteMatch with Product with Serializable
-
case class
Head(path: String) extends RouteMatch with Product with Serializable
-
case class
Header(key: String, value: String, endReply: Reply) extends Reply with Product with Serializable
-
case class
Ok(json: JsonObject) extends SyncReply with Product with Serializable
-
case class
Options(path: String) extends RouteMatch with Product with Serializable
-
case class
Patch(path: String) extends RouteMatch with Product with Serializable
-
case class
Post(path: String) extends RouteMatch with Product with Serializable
-
case class
Put(path: String) extends RouteMatch with Product with Serializable
-
-
-
case class
SendFile(file: String, absolute: Boolean = false) extends SyncReply with Product with Serializable
-
case class
SetCookie(key: String, value: String, endReply: Reply) extends Reply with Product with Serializable
-
-
case class
Trace(path: String) extends RouteMatch with Product with Serializable
Value Members
-
object
NoBody extends SyncReply with Product with Serializable