BackendStack21/fast-gateway

how to read response data

Closed this issue · 1 comments

Hi team,

How can I read the response data on hook here:

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