MCPcopy
hub / github.com/tinyhttp/tinyhttp / status

Method status

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

Source from the content-addressed store, hash-verified

29 sendFile(path: string, options?: ReadStreamOptions, cb?: (err?: any) => void): Response
30 json(body: unknown): Response
31 status(status: number): Response
32 sendStatus(statusCode: number): Response
33 cookie(
34 name: string,

Callers 14

middlewareFunction · 0.80
server.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
request.test.tsFile · 0.80
app.test.tsFile · 0.80
response.test.tsFile · 0.80
createColorTestFunction · 0.80

Calls

no outgoing calls

Tested by 2

createColorTestFunction · 0.64
createEmojiTestFunction · 0.64