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 Serializable
trait Product
trait Equals
trait LiftResponse
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product