MCPcopy Create free account
hub / github.com/cloudflare/computer / fetch

Method fetch

examples/think/worker-configuration.d.ts:502–502  ·  view source on GitHub ↗
(request: Request)

Source from the content-addressed store, hash-verified

500}
501interface DurableObject {
502 fetch(request: Request): Response | Promise<Response>;
503 connect?(socket: Socket): void | Promise<void>;
504 alarm?(alarmInfo?: AlarmInvocationInfo): void | Promise<void>;
505 webSocketMessage?(ws: WebSocket, message: string | ArrayBuffer): void | Promise<void>;

Callers 5

fetchMethod · 0.65
fetchMethod · 0.65
waitForWorkspaceHealthFunction · 0.65
fetchMethod · 0.65
fetchMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected