ktor
1.6.8
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
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