Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
http-client
/
aws.smithy.kotlin.runtime.http.middleware
/
MutateHeaders
/
MutateHeaders
Mutate
Headers
constructor
(
override
:
Map
<
String
,
String
>
=
emptyMap()
,
append
:
Map
<
String
,
String
>
=
emptyMap()
,
setMissing
:
Map
<
String
,
String
>
=
emptyMap()
)