Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
aws-event-stream
/
aws.smithy.kotlin.runtime.awsprotocol.eventstream
/
Header
Header
data
class
Header
(
val
name
:
String
,
val
value
:
HeaderValue
)
An event stream frame header
Members
Constructors
Header
Link copied to clipboard
constructor
(
name
:
String
,
value
:
HeaderValue
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
value
Link copied to clipboard
val
value
:
HeaderValue
Functions
encode
Link copied to clipboard
fun
encode
(
dest
:
<Error class: unknown class>
)
Encode a header to
dest
buffer