ResponseBodyReadyForSend

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

Report a problem

Types

Link copied to clipboard

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.