GoogleHttpCloudFunction

data class GoogleHttpCloudFunction<I : Any, O : Any>(val entryPoint: String, val requestInterceptor: suspend (request: Request) -> Request, val agentBuilder: suspend <Error class: unknown class><I, O>.(request: Request) -> Unit, val authentication: Authentication?)

Constructors

Link copied to clipboard
constructor(entryPoint: String, requestInterceptor: suspend (request: Request) -> Request, agentBuilder: suspend <Error class: unknown class><I, O>.(request: Request) -> Unit, authentication: Authentication?)

Properties

Link copied to clipboard
val agentBuilder: suspend <Error class: unknown class><I, O>.(request: Request) -> Unit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val requestInterceptor: suspend (request: Request) -> Request