Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/next.js
/ requestHandler
Method
requestHandler
packages/next/src/server/next.ts:386–388 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
384
}
385
386
protected get requestHandler() {
387
return
this.getInit().requestHandler
388
}
389
protected get upgradeHandler() {
390
return
this.getInit().upgradeHandler
391
}
Callers
5
getRequestHandler
Method · 0.95
render
Method · 0.95
invokeRender
Function · 0.80
handleRequest
Function · 0.80
handleRoute
Function · 0.80
Calls
1
getInit
Method · 0.95
Tested by
no test coverage detected