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

Method header

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

Source from the content-addressed store, hash-verified

71interface FsDownloadReply {
72 type(mime: string): FsDownloadReply;
73 header(name: string, value: string | number): FsDownloadReply;
74 code(status: number): FsDownloadReply;
75 send(payload: unknown): unknown;
76}

Callers 1

downloadHandlerFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected