ktor
2.2.4
Select version
3.1.0
3.0.3
3.0.2
3.0.0
2.3.12
2.2.4
2.0.3
1.6.8
jvmAndNix
ktor-server-core
/
io.ktor.server.application.hooks
/
ResponseBodyReadyForSend
/
Context
Context
jvmAndNix
class
Context
(
context
:
PipelineContext
<
Any
,
ApplicationCall
>
)
Constructors
Functions
Constructors
Context
Link copied to clipboard
jvmAndNix
fun
Context
(
context
:
PipelineContext
<
Any
,
ApplicationCall
>
)
Functions
transform
Body
To
Link copied to clipboard
jvmAndNix
fun
transformBodyTo
(
body
:
OutgoingContent
)