BadGateway

object BadGateway extends Status
class Status
trait Serializable
trait Product
trait Equals
trait Responder[Any]
trait ResponseFunction[Any]
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inhertied from
Product
def respond(res: HttpResponse[Any]): Unit
Inhertied from
Status
def apply[B <: A](res: HttpResponse[B]): HttpResponse[B]
Inhertied from
Responder
def productIterator: Iterator[Any]
Inhertied from
Product
Like Function1#andThen. Composes another response function around this one
Inhertied from
ResponseFunction
def ~>[B <: A](that: ResponseFunction[B]): ResponseFunction[B]
Symbolic alias for andThen
Inhertied from
ResponseFunction