api

http4k / org.http4k.serverless / AzureFunction

AzureFunction

abstract class AzureFunction

Constructors

Name Summary
<init> AzureFunction(input: AppLoader)
AzureFunction(input: HttpHandler)
AzureFunction(appLoader: AppLoaderWithContexts)

Functions

Name Summary
handle fun handle(request: HttpRequestMessage<Optional<String>>, ctx: ExecutionContext): <ERROR CLASS>
handleRequest abstract fun handleRequest(req: HttpRequestMessage<Optional<String>>, ctx: ExecutionContext): HttpResponseMessage

Inheritors

Name Summary
TestFunction class TestFunction : AzureFunction