HttpResponse

case class HttpResponse(statusCode: Int, headers: List[(CaseInsensitive, String)], body: Array[Byte]) extends Access
trait Serializable
trait Product
trait Equals
trait Access
class Object
trait Matchable
class Any

Value members

Concrete methods

def metadata: Metadata

Inherited methods

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