ClientResponse

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

HTTP response received by the client

Value parameters:
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
Source:
ClientResponse.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product