Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.80
index.js
File · 0.80
server.ts
File · 0.80
response.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected