How can I get the request headers and body in my adapter?

reposting my question in shorter and simpler form, hoping to get some direction or assitance this time…

Basically I need to find a way to read all headers as well as request body (when available - POST, PUT, etc.) in my Mixer adapter.

I could not find any way to do so, and will appreciate if someone can share their exoerience with this.

Thanks in advance.

I believe I answered this on a separate thread of yours, but just for completeness: there is no way to get access to the request body with Mixer.

The v2 architecture for Istio extensions may meet your needs, however. Good progress has been made on stabilizing that effort for 1.5, and by 1.6, it should be ready for general use.

Thank you Douglas for your answers!