MCPcopy
hub / github.com/aidenybai/react-scan / RequestHeaders

Interface RequestHeaders

packages/scan/src/core/monitor/network.ts:202–206  ·  view source on GitHub ↗

* Modified from @palette.dev/browser: * * @see https://gist.github.com/aidenybai/473689493f2d5d01bbc52e2da5950b45#file-palette-dev-browser-dist-palette-dev-mjs-L365

Source from the content-addressed store, hash-verified

200 * @see https://gist.github.com/aidenybai/473689493f2d5d01bbc52e2da5950b45#file-palette-dev-browser-dist-palette-dev-mjs-L365
201 */
202interface RequestHeaders {
203 'Content-Type': string;
204 'Content-Encoding'?: string;
205 'x-api-key'?: string;
206}
207
208export const transport = async (
209 initialUrl: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…