http4k
Toggle table of contents
6.57.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-serverless-azure
/
org.http4k.serverless
/
AzureFunction
Azure
Function
abstract
class
AzureFunction
(
appLoader
:
AppLoader
)
(
source
)
Members
Constructors
Azure
Function
Link copied to clipboard
constructor
(
appLoader
:
AppLoader
)
constructor
(
input
:
HttpHandler
)
Functions
handle
Request
Link copied to clipboard
abstract
fun
handleRequest
(
req
:
HttpRequestMessage
<
Optional
<
String
>
>
,
ctx
:
ExecutionContext
)
:
HttpResponseMessage