ResponseBodyReadyForSend

object ResponseBodyReadyForSend : Hook<suspend ResponseBodyReadyForSend.Context.(ApplicationCall, <ERROR CLASS>) -> Unit>

A hook that is invoked when a response body comes through all transformations and is ready to be sent.

Types

Link copied to clipboard
class Context(context: <ERROR CLASS><Any, ApplicationCall>)

Functions

Link copied to clipboard
open override fun install(pipeline: ApplicationCallPipeline, handler: suspend ResponseBodyReadyForSend.Context.(ApplicationCall, <ERROR CLASS>) -> Unit)

Specifies how to install a hook in the pipeline.