All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.http4k.serverless.gcfServerlessCoreExtensions.kt Maven / Gradle / Ivy

There is a newer version: 5.45.2.0
Show newest version
package org.http4k.serverless

import com.google.cloud.functions.Context
import org.http4k.format.AutoMarshalling
import org.http4k.format.Moshi

/**
 * Convenience DSL for constructing polymorphic GCF FnHandlers
 */
inline fun  FnLoader(
    autoMarshalling: AutoMarshalling = Moshi,
    noinline makeHandler: (Map) -> FnHandler
) = AutoMarshallingFnLoader(autoMarshalling, In::class, makeHandler)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy