ResponseBodyReadyForSend
object ResponseBodyReadyForSend : Hook<suspend ResponseBodyReadyForSend.Context.(ApplicationCall, <ERROR CLASS>) -> Unit>
Content copied to clipboard
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, <ERROR CLASS>) -> Unit)
Content copied to clipboard
Specifies how to install a hook in the pipeline.