MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / end

Method end

src/api/httpTypes.ts:15–15  ·  view source on GitHub ↗
(data?: string)

Source from the content-addressed store, hash-verified

13 setHeader(name: string, value: string): void;
14 writeHead(statusCode: number, headers?: Record<string, string>): void;
15 end(data?: string): void;
16}
17
18export interface HTTPServerLike {

Callers 9

handleCORSPreflightMethod · 0.65
handleRequestMethod · 0.65
handleRequestMethod · 0.65
handleCallbackMethod · 0.65
sendJSONResponseFunction · 0.65
handleOpenAPISpecMethod · 0.65
handleSwaggerUIMethod · 0.65
apiRequestFunction · 0.65

Calls

no outgoing calls

Tested by 1

apiRequestFunction · 0.52