Hi,
In a Lua plugin it is possible to access the response body using the body_filter method.
Is it possible to access it with a Go plugin? The documentation states that we can only define these event methods: Certificate, Rewrite, Access, Preread and Log. From those, only Log takes place after the request has been processed, and I can’t see any way to access the body with the API.
Thanks in advance.