ktor
1.6.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
common
ktor-client-core
/
io.ktor.client.call
/
HttpEngineCall
Http
Engine
Call
common
data
class
HttpEngineCall
(
request
:
HttpRequest
,
response
:
HttpResponse
)
Content copied to clipboard
Raw http call produced by engine.
Constructors
Properties
Constructors
Http
Engine
Call
Link copied to clipboard
common
fun
HttpEngineCall
(
request
:
HttpRequest
,
response
:
HttpResponse
)
Content copied to clipboard
Properties
request
Link copied to clipboard
common
val
request
:
HttpRequest
Content copied to clipboard
response
Link copied to clipboard
common
val
response
:
HttpResponse
Content copied to clipboard