package
request
Type Members
-
case class
Request(path: String, method: RequestMethod = RequestMethod.GET, params: Map[String, String] = ..., headers: Map[String, String] = ..., originalRequest: Option[Any] = scala.None) extends Product with Serializable
-
-
case class
RequestPath(elements: List[String]) extends Product with Serializable
-
-
-
-