I am looking for update the data written in http.ResponseWriter.
Is there any way in golang, we get pointer/handle to the written []byte and update it before serving the request?
I am looking for update the data written in http.ResponseWriter.
Is there any way in golang, we get pointer/handle to the written []byte and update it before serving the request?
Is there any way in golang, we get pointer/handle to the written []byte and update it before serving the request?
No.