MCPcopy Create free account
hub / github.com/acoyfellow/cloudbox / fetch

Method fetch

oauth-proxy/src/worker-entrypoint.ts:211–213  ·  view source on GitHub ↗
(request: Request)

Source from the content-addressed store, hash-verified

209 // ─── HTTP Interface (Testing/Debug) ────────────────────────
210
211 override async fetch(request: Request): Promise<Response> {
212 return createHttpApp(this).fetch(request);
213 }
214
215 // ─── Private ───────────────────────────────────────────────
216

Callers

nothing calls this directly

Calls 1

createHttpAppFunction · 0.85

Tested by

no test coverage detected