Payload transform plugin for persistent connection with transfer encoding: chunked

Hello

I’m exposing a kube api behind a Kong gateway API. This kube api exposes a watch endpoint that returns a persistent connection with header transfer encoding: chunked. Is it posible to write a go pluging for Kong that modifies each chunks received by kong API gateway before forwarding it to the client ?

Thanks