@midwayjs/faasOverviewVersion: NextSur cette page@midwayjs/faas Index ClassesAbstractBootstrapStarterConfigurationFrameworkFunctionsEventInterfacesApplicationContextFaaSContextFaaSHTTPContextFaaSHTTPRequestFaaSHTTPResponseFormatResponseOptionsHandlerOptionsHttpResponseFormatIFaaSConfigurationOptionsIWebMiddlewareServerlessStarterOptionsStatewrapHttpRequestOptionsType AliasesFaaSMiddlewareIMidwayFaaSApplicationNextFunctionType Aliases FaaSMiddlewareFaaSMiddleware: (context: Context, next: () => Promise<any>) => any | string@deprecatedIMidwayFaaSApplicationIMidwayFaaSApplication: IMidwayApplication<Context, { generateMiddleware: any; getEventMiddleware: any; getFunctionName: any; getFunctionServiceName: any; getInitializeContext: any; getServerlessInstance: any; invokeTriggerFunction: any; use: any; useEventMiddleware: any }> & ServerlessHttpApplicationNextFunctionNextFunction: BaseNextFunction