Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
http-client-engine-default
/
aws.smithy.kotlin.runtime.http.engine
/
HttpEngineConfigImpl
/
BuilderImpl
Builder
Impl
class
BuilderImpl
Members
Constructors
Builder
Impl
Link copied to clipboard
constructor
(
)
Properties
http
Client
Link copied to clipboard
open
var
httpClient
:
<Error class: unknown class>
?
Functions
build
Http
Engine
Config
Link copied to clipboard
open
fun
buildHttpEngineConfig
(
)
:
<Error class: unknown class>
http
Client
Link copied to clipboard
open
fun
httpClient
(
block
:
<Error class: unknown class>
.
(
)
->
Unit
)
open
fun
<
B
,
E
>
httpClient
(
engineFactory
:
<Error class: unknown class>
<
B
,
E
>
,
block
:
B
.
(
)
->
Unit
)