ContentEncoder
interface ContentEncoder : Encoder
Client content encoder.
Properties
abstract val name: String Encoder identifier to use in http headers. |
Inherited Functions
abstract fun CoroutineScope.decode( Launch coroutine to decode source bytes. |
|
abstract fun CoroutineScope.encode( Launch coroutine to encode source bytes. |