ktor
2.2.4
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
ktor-client-encoding
/
io.ktor.client.plugins.compression
/
ContentEncoder
Content
Encoder
interface
ContentEncoder
:
Encoder
Client content encoder.
Functions
Properties
Functions
decode
Link copied to clipboard
abstract
fun
CoroutineScope
.
decode
(
source
:
ByteReadChannel
)
:
ByteReadChannel
encode
Link copied to clipboard
abstract
fun
CoroutineScope
.
encode
(
source
:
ByteReadChannel
)
:
ByteReadChannel
Properties
name
Link copied to clipboard
abstract
val
name
:
String
Encoder identifier to use in http headers.