Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nodejs/undici
/ onRequestStart
Method
onRequestStart
lib/handler/decorator-handler.js:21–23 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
19
}
20
21
onRequestStart (...args) {
22
this.#handler.onRequestStart?.(...args)
23
}
24
25
onRequestUpgrade (...args) {
26
assert(!this.#onCompleteCalled)
Callers
nothing calls this directly
Calls
1
onRequestStart
Method · 0.65
Tested by
no test coverage detected