Response

final case class Response[Body](status: Status, body: Body, headers: Seq[(String, String)], contentLength: Option[Long])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def header(name: String): Option[String]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product