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 responder method. If there is no HTTP request body, this method is not called.
Source
void didDecodeRequestBody(HTTPRequestBody decodedObject) {}