Streaming

interface Streaming<T> : HttpSerializer<T>

Serializer for streaming operations that need full control over serialization of the body

Functions

Link copied to clipboard
abstract suspend fun serialize(context: ExecutionContext, input: T): HttpRequestBuilder