Class decorator registering the Azure Functions HTTP adapter on a Stone application.
Adapter options (merged over the defaults).
A class decorator.
@AzureFunctionsHttp({ default: true })@StoneApp()class Application {} Copy
@AzureFunctionsHttp({ default: true })@StoneApp()class Application {}
Class decorator registering the Azure Functions HTTP adapter on a Stone application.