ResponseBodyReadyForSend
object ResponseBodyReadyForSend : Hook<suspend ResponseBodyReadyForSend.Context.(ApplicationCall, OutgoingContent) -> Unit>
A hook that is invoked when a response body comes through all transformations and is ready to be sent.
Types
Functions
Link copied to clipboard
open override fun install(pipeline: ApplicationCallPipeline, handler: suspend ResponseBodyReadyForSend.Context.(ApplicationCall, OutgoingContent) -> Unit)
Specifies how to install a hook in the pipeline.