Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pingdotgg/uploadthing
/ fetch
Function
fetch
examples/backend-adapters/server/src/cf-worker.ts:64–67 ·
view source on GitHub ↗
(request, env, ctx)
Source
from the content-addressed store, hash-verified
62
63
export
default {
64
async
fetch(request, env, ctx) {
65
if
(request.method ===
"OPTIONS"
)
return
cors();
66
return
cors(
await
handler(request, env, ctx));
67
},
68
} satisfies ExportedHandler<Env>;
Callers
10
fetchData
Function · 0.85
sdk.live.test.ts
File · 0.85
adapters.test.ts
File · 0.85
fetchEff
Function · 0.85
getFont
Function · 0.85
WhatServer
Function · 0.85
setInputProps
Function · 0.85
handler
Function · 0.85
Page
Function · 0.85
pollForServerComplete
Function · 0.85
Calls
2
cors
Function · 0.85
handler
Function · 0.70
Tested by
no test coverage detected