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

Method header

src/functions.ts:162–162  ·  view source on GitHub ↗

Header returns the value of the specified header

(header: string)

Source from the content-addressed store, hash-verified

160 body(): string | Buffer;
161 /** Header returns the value of the specified header */
162 header(header: string): string | undefined;
163}
164
165/**

Callers 5

parseCloudEventRequestFunction · 0.80
isBinaryCloudEventFunction · 0.80
isConvertableCloudEventFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected