MCPcopy Create free account
hub / github.com/nodejs/node / onResponseStarted

Method onResponseStarted

deps/undici/undici.js:2952–2954  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2950 return this[kHandler].onRequestStart(this[kController], context);
2951 }
2952 onResponseStarted() {
2953 return this[kHandler].onResponseStarted?.();
2954 }
2955 onResponseStart(statusCode, headers, resume, statusText) {
2956 assert(!this.aborted);
2957 assert(!this.completed);

Callers

nothing calls this directly

Calls 1

onResponseStartedMethod · 0.65

Tested by

no test coverage detected