For debug reasons, I want to see the ouput of my ResponseWriter directly in standard output. Because the response will be processed by JavaScript I am not able to see the output there.
Is there an easy solution to redirect the ResponseWriter to standard output?