word xing
Results
1
comments of
word xing
trafficstars
Maybe this method is right for you ``` proxy.on('proxyRes', function (proxyRes, req, res) { var body = new Buffer('test body'); proxyRes.pipe = function (res) { res.write(body) res.end() } }) ```