Redirect

case class Redirect(loc: String) extends Responder[Any]
trait Serializable
trait Product
trait Equals
trait Responder[Any]
trait ResponseFunction[Any]
class Object
trait Matchable
class Any

Value members

Methods

def respond(res: HttpResponse[Any]): Unit

Inherited methods

def productElementNames: Iterator[String]
Inhertied from
Product
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