Return response to client from rich plugin

He, thanks for the prompt reply!

I found the docs regarding ReturnOverrides. I’ve played around with it, and it does seem to stop the request-flow and return directly back to the client. However I can only return response codes, headers and/or error messages.

Checking the contents of obj.request.return_overrides there seems to be nothing regarding the res.body, am I missing something obvious here?

cheers