fast-gateway icon indicating copy to clipboard operation
fast-gateway copied to clipboard

how to read response data

Open mrtruyen opened this issue 3 years ago • 0 comments
trafficstars

Hi team,

How can I read the response data on hook here:

hooks: {
      onResponse (req, res, stream) {  
        // I want to read response data here
      }

mrtruyen avatar Jul 22 '22 07:07 mrtruyen