onCallReceive

Specifies the block handler that allows you to obtain and transform data received from the client. This block is invoked for every attempt to receive the request body.

Report a problem

Parameters

block

An action that needs to be executed when your application receives data from a client.

See also