ResponseWithReason
olon.http.ResponseWithReason
case class ResponseWithReason(response: LiftResponse, reason: String) extends LiftResponse
Wraps a LiftResponse along with a HTTP reason-phrase. The reason-phrase will be set in the HTTP status line after the status code as per HTTP specifications.
Value parameters
- reason
-
- the reason-phrase
- response
-
- the response to be wrapped
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait LiftResponseclass Objecttrait Matchableclass Any
Members list
In this article