MCPcopy Index your code
hub / github.com/tinyhttp/tinyhttp / sendStatus

Method sendStatus

packages/app/src/response.ts:32–32  ·  view source on GitHub ↗
(statusCode: number)

Source from the content-addressed store, hash-verified

30 json(body: unknown): Response
31 status(status: number): Response
32 sendStatus(statusCode: number): Response
33 cookie(
34 name: string,
35 value: string | Record<string, unknown>,

Callers 4

index.jsFile · 0.80
index.jsFile · 0.80
server.tsFile · 0.80
response.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected