AzureFunction

abstract class AzureFunction(appLoader: AppLoader)(source)

Constructors

Link copied to clipboard
constructor(appLoader: AppLoader)
constructor(input: HttpHandler)

Functions

Link copied to clipboard
abstract fun handleRequest(req: HttpRequestMessage<Optional<String>>, ctx: ExecutionContext): HttpResponseMessage