Smithy Kotlin
Toggle table of contents
1.5.14
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
http-client
/
aws.smithy.kotlin.runtime.http.operation
/
HttpSerializer
/
Streaming
Streaming
interface
Streaming
<
T
>
:
HttpSerializer
<
T
>
Serializer for streaming operations that need full control over serialization of the body
Members
Functions
serialize
Link copied to clipboard
abstract
suspend
fun
serialize
(
context
:
ExecutionContext
,
input
:
T
)
:
HttpRequestBuilder