ktor
2.2.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
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.