MCPcopy Create free account
hub / github.com/nodejs/undici / onRequestStart

Method onRequestStart

benchmarks/benchmark-https.js:112–114  ·  view source on GitHub ↗
(controller)

Source from the content-addressed store, hash-verified

110 }
111
112 onRequestStart (controller) {
113 this.controller = controller
114 }
115
116 onResponseStart (controller, statusCode, headers, statusText) {
117 this.dst.on('drain', () => controller.resume())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected