MCPcopy
hub / github.com/deepstreamIO/deepstream.io / forEach

Method forEach

types/uws.d.ts:222–222  ·  view source on GitHub ↗

Loops over all headers.

(cb: (key: string, value: string) => void)

Source from the content-addressed store, hash-verified

220 getQuery(key: string) : string;
221 /** Loops over all headers. */
222 forEach(cb: (key: string, value: string) => void) : void;
223 /** Setting yield to true is to say that this route handler did not handle the route, causing the router to continue looking for a matching route handler, or fail. */
224 setYield(_yield: boolean) : HttpRequest;
225}

Callers 15

updateStorageDirectlyMethod · 0.80
stopMethod · 0.80
logsOutFunction · 0.80
connectFunction · 0.80
connectAndLoginFunction · 0.80
loginFunction · 0.80
attemptLoginFunction · 0.80
recievesNoLoginResponseFunction · 0.80
recievesLoginResponseFunction · 0.80
connectionTimesOutFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected