fast-gateway
fast-gateway copied to clipboard
how to read response data
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
}