didDecodeRequestBody method

void didDecodeRequestBody(
  1. RequestBody body
)

Callback to indicate when a request body has been processed.

This method is called after the body has been processed by the decoder, but prior to the request being handled by the selected operation method. If there is no HTTP request body, this method is not called.

Implementation

void didDecodeRequestBody(RequestBody body) {}