Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/oakserver/oak
/ respond
Method
respond
types.ts:25–25 ·
view source on GitHub ↗
(response: Response)
Source
from the content-addressed store, hash-verified
23
error(reason?: any): void;
24
getBody(): ReadableStream<Uint8ArrayArrayBuffer> | null;
25
respond(response: Response): void | Promise<void>;
26
upgrade?(options?: UpgradeWebSocketOptions): WebSocket;
27
}
28
Callers
5
fn
Function · 0.65
sendEvents
Method · 0.65
#handleRequest
Method · 0.65
fn
Function · 0.65
fn
Function · 0.65
Implementers
3
NativeRequest
http_server_native_request.ts
BunRequest
http_server_bun.ts
NodeRequest
http_server_node.ts
Calls
no outgoing calls
Tested by
3
fn
Function · 0.52
fn
Function · 0.52
fn
Function · 0.52