api

http4k / org.http4k.serverless / AlibabaCloudFunction

AlibabaCloudFunction

abstract class AlibabaCloudFunction : HttpRequestHandler

Constructors

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

Functions

Name Summary
handleRequest open fun handleRequest(request: HttpServletRequest, response: HttpServletResponse, context: Context?): Unit

Inheritors

Name Summary
TestFunction class TestFunction : AlibabaCloudFunction