The HTTP handler the Functions Framework registers and invokes per request.
This is the value returned by run(): functions.http('stone', await adapter.run()).
run()
functions.http('stone', await adapter.run())
The HTTP handler the Functions Framework registers and invokes per request.
This is the value returned by
run():functions.http('stone', await adapter.run()).