ClientHttpResponse

scamper.http.client.ClientHttpResponse
final class ClientHttpResponse(response: HttpResponse) extends AnyVal

Adds client extensions to HttpResponse.

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

Claims ownership of response.

Claims ownership of response.

The owner is responsible for managing message resources, such as underlying socket connection.

Attributes

Gets corresponding request.

Gets corresponding request.

Attributes

Note

The request is the outgoing request after filters are applied, and the message entity's input stream is an active object.