Function
Create your own javascript HTTP handler
async (req) => { console.log('hello world...') return HtmlResponse(`
${req.method}
`) }
Execute