Streaming

interface Streaming<T> : HttpDeserializer<T>

Deserializer for streaming operations that need full control over deserialization of the body

Functions

Link copied to clipboard
abstract suspend fun deserialize(context: ExecutionContext, call: HttpCall): T