ClientResponse

org.http4s.blaze.http.ClientResponse
See theClientResponse companion object
case class ClientResponse(code: Int, status: String, headers: Headers, body: BodyReader)

HTTP response received by the client

Attributes

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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product