ClientResponse

case class ClientResponse(code: Int, status: String, headers: Headers, body: BodyReader)

HTTP response received by the client

Value Params
body

BodyReader used to consume the response body.

code

Response code

headers

Response headers

status

Response message. This have no meaning for the HTTP connection, its just for human enjoyment.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

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