ReceiveRequestBytes

A hook that is invoked when a request is about to be received. It gives control over the raw request body.

Functions

Link copied to clipboard
open override fun install(pipeline: ApplicationCallPipeline, handler: (call: ApplicationCall, body: ByteReadChannel) -> ByteReadChannel)

Specifies how to install a hook in the pipeline.