ktor-client-core / io.ktor.client.call / HttpEngineCall

HttpEngineCall

data class HttpEngineCall
Deprecated: HttpEngineCall deprecated.

Raw http call produced by engine.

Constructors

<init>

HttpEngineCall(request: HttpRequest, response: HttpResponse)

Raw http call produced by engine.

Properties

request

val request: HttpRequest
  • executed http request.

response

val response: HttpResponse
  • raw http response