CallSetup

object CallSetup : Hook<suspend (ApplicationCall) -> Unit>

A hook that is invoked as a first step in processing a call. Useful for validating, updating a call based on proxy information, etc.

Functions

Link copied to clipboard
open override fun install(pipeline: ApplicationCallPipeline, handler: suspend (ApplicationCall) -> Unit)

Specifies how to install a hook in the pipeline.