Smithy Kotlin
Toggle table of contents
1.5.8
jvm
Platform filter
jvm
Switch theme
Skip to content
Smithy Kotlin
http-client-engine-crt
/
aws.smithy.kotlin.runtime.http.engine.crt
/
CrtHttpEngine
Crt
Http
Engine
class
CrtHttpEngine
(
val
config
:
CrtHttpEngineConfig
)
:
HttpClientEngineBase
HttpClientEngine
based on the AWS Common Runtime HTTP client
Members
Constructors
Crt
Http
Engine
Link copied to clipboard
constructor
(
)
constructor
(
config
:
CrtHttpEngineConfig
)
Types
Companion
Link copied to clipboard
object
Companion
:
EngineFactory
<
CrtHttpEngineConfig.Builder
,
CrtHttpEngine
>
Properties
config
Link copied to clipboard
open
override
val
config
:
CrtHttpEngineConfig
Inherited properties
coroutine
Context
Link copied to clipboard
open
override
val
coroutineContext
:
CoroutineContext
Functions
round
Trip
Link copied to clipboard
open
suspend override
fun
roundTrip
(
context
:
ExecutionContext
,
request
:
HttpRequest
)
:
HttpCall
Inherited functions
close
Link copied to clipboard
override
fun
close
(
)