Smithy Kotlin
Toggle table of contents
1.5.17
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
http
/
aws.smithy.kotlin.runtime.http
/
DeferredHeaders
Deferred
Headers
interface
DeferredHeaders
:
ValuesMap
<
Deferred
<
String
>
>
Immutable mapping of case insensitive HTTP header names to list of
Deferred
values.
Members
Types
Companion
Link copied to clipboard
object
Companion
Inherited properties
case
Insensitive
Name
Link copied to clipboard
abstract
val
caseInsensitiveName
:
Boolean
Inherited functions
contains
Link copied to clipboard
abstract
operator
fun
contains
(
name
:
String
)
:
Boolean
open
fun
contains
(
name
:
String
,
value
:
Deferred
<
String
>
)
:
Boolean
entries
Link copied to clipboard
abstract
fun
entries
(
)
:
Set
<
Map.Entry
<
String
,
List
<
Deferred
<
String
>
>
>
>
for
Each
Link copied to clipboard
open
fun
forEach
(
body
:
(
String
,
List
<
Deferred
<
String
>
>
)
->
Unit
)
get
Link copied to clipboard
open
operator
fun
get
(
name
:
String
)
:
Deferred
<
String
>
?
get
All
Link copied to clipboard
abstract
fun
getAll
(
name
:
String
)
:
List
<
Deferred
<
String
>
>
?
is
Empty
Link copied to clipboard
abstract
fun
isEmpty
(
)
:
Boolean
names
Link copied to clipboard
abstract
fun
names
(
)
:
Set
<
String
>