org.http4s.blaze.http.ClientResponse
See theClientResponse companion object
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
- Known subtypes
- trait ReleaseableResponse