I am looking for the parllel method in hapi
// Express + Request exmaple function(req, res){ request('http://example.com/image.png').pipe(res); }
How to pass an answer to hapi?
server.route({ method: "*", path: "/api/results/{date}", handler: (request, reply) => { //????reply(?); } });
doron aviguy
source share