Response

ba.sake.sharaf.Response
See theResponse companion object
case class Response[T]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withHeader(name: String, values: Seq[String]): Response[T]
def withHeader(name: String, value: String): Response[T]
def withStatus(status: Int): Response[T]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Givens

Givens

given rw: ResponseWritable[T]