The FC HTTP handler: (req, resp, context) => Promise<void>, the signature the FC 2.0 HTTP trigger invokes. The response is written onto resp; the handler resolves once it is sent.
(req, resp, context) => Promise<void>
resp
Optional
The FC HTTP handler:
(req, resp, context) => Promise<void>, the signature the FC 2.0 HTTP trigger invokes. The response is written ontoresp; the handler resolves once it is sent.