http4k
Toggle table of contents
6.57.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-serverless-gcf
/
org.http4k.serverless
Package-level
declarations
Types
Functions
Properties
Types
Google
Cloud
Event
Function
Link copied to clipboard
abstract
class
GoogleCloudEventFunction
(
loader
:
FnLoader
<
Context
>
)
:
RawBackgroundFunction
Google
Cloud
Http
Function
Link copied to clipboard
abstract
class
GoogleCloudHttpFunction
(
appLoader
:
AppLoader
)
:
HttpFunction
Properties
GCF_
REQUEST_
KEY
Link copied to clipboard
val
GCF_REQUEST_KEY
:
RequestLens
<
HttpRequest
>
Functions
Fn
Loader
Link copied to clipboard
inline
fun
<
In
:
Any
,
Out
:
Any
>
FnLoader
(
autoMarshalling
:
AutoMarshalling
=
Moshi
,
noinline
makeHandler
:
(
Map
<
String
,
String
>
)
->
FnHandler
<
In
,
Context
,
Out
>
)
:
AutoMarshallingFnLoader
<
In
,
Context
,
Out
>
Convenience DSL for constructing polymorphic GCF FnHandlers