package
response
Type Members
-
case class
ExceptionResponse(body: String = "", status: ResponseStatus = ..., headers: Map[String, String] = ...) extends Exception with Product with Serializable
-
case class
Response[T](body: T = "", status: ResponseStatus = ResponseStatus.OK, headers: Map[String, String] = ...) extends Product with Serializable
-