MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/functions-framework-nodejs / http

Function http

src/function_registry.ts:86–88  ·  view source on GitHub ↗
(functionName: string, handler: HttpFunction)

Source from the content-addressed store, hash-verified

84 * @public
85 */
86export const http = (functionName: string, handler: HttpFunction): void => {
87 register(functionName, 'http', handler);
88};
89
90/**
91 * Register a function that handles CloudEvents.

Callers

nothing calls this directly

Calls 1

registerFunction · 0.85

Tested by

no test coverage detected