A
B
C
D
E
F
G
I
J
K
M
P
R
S
T
W
K
- kjson(ContentNegotiation.Config,JSONConfig,ContentType) - function in io.kjson.ktor.JSONKtorFunctionsKt
- Register the
kjsonclient content converter, supplying aJSONConfig. - kjson(ContentNegotiation.Config,ContentType,Function1) - function in io.kjson.ktor.JSONKtorFunctionsKt
- Register the
kjsonclient content converter, configuring theJSONConfigwith a lambda. - kjson(Configuration,JSONConfig,ContentType) - function in io.kjson.ktor.JSONKtorFunctionsKt
- Register the
kjsoncontent converter, supplying aJSONConfig. - kjson(Configuration,ContentType,Function1) - function in io.kjson.ktor.JSONKtorFunctionsKt
- Register the
kjsoncontent converter, configuring theJSONConfigwith a lambda. - KtorByteChannelCoAcceptor - class in io.kjson.ktor.io
- Implementation of IntCoAcceptor to send data to a Ktor ByteWriteChannel.
- KtorByteChannelOutput - class in io.kjson.ktor.io
- A CoOutputFlushable implementation that writes to a Ktor ByteWriteChannel.
- KtorOutgoingContent - class in io.kjson.ktor.io
- A class to write streaming content to a Ktor OutgoingContent.