MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / header

Method header

packages/server/src/routes/files.ts:68–68  ·  view source on GitHub ↗
(name: string, value: string | number)

Source from the content-addressed store, hash-verified

66interface FilesReply {
67 type(mime: string): FilesReply;
68 header(name: string, value: string | number): FilesReply;
69 code(status: number): FilesReply;
70 send(payload: unknown): unknown;
71}

Callers 6

createOriginHookFunction · 0.65
registerFilesRoutesFunction · 0.65
serveWebAssetFunction · 0.65
createAppFunction · 0.65
importsRouteFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected