transformBody
suspend fun transformBody(transform: suspend TransformBodyContext.(<ERROR CLASS>) -> Any)
Content copied to clipboard
Specifies how to transform a request body that is being received from a client. If another plugin has already made the transformation, then your transformBody handler is not executed.