Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/pages-plugins
/ onRequest
Function
onRequest
example/functions/date.ts:1–2 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
export
const
onRequest: PagesFunction = () =>
2
new
Response(
new
Date().toISOString());
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected