toggle menu
ktor
3.0.0-beta-2
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
jvm
switch theme
search in API
ktor-client-okhttp
/
io.ktor.client.engine.okhttp
/
OkHttpEngine
Ok
Http
Engine
class
OkHttpEngine
(
val
config
:
OkHttpConfig
)
:
HttpClientEngineBase
Members
Constructors
Ok
Http
Engine
Link copied to clipboard
constructor
(
config
:
OkHttpConfig
)
Properties
config
Link copied to clipboard
open
override
val
config
:
OkHttpConfig
coroutine
Context
Link copied to clipboard
open
override
val
coroutineContext
:
CoroutineContext
dispatcher
Link copied to clipboard
open
override
val
dispatcher
:
CoroutineDispatcher
supported
Capabilities
Link copied to clipboard
open
override
val
supportedCapabilities
:
Set
<
HttpClientEngineCapability
<
*
>
>
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
execute
Link copied to clipboard
open
suspend override
fun
execute
(
data
:
HttpRequestData
)
:
HttpResponseData
install
Link copied to clipboard
open
fun
install
(
client
:
HttpClient
)