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

Method onRequestSent

lib/handler/cache-handler.js:180–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178 }
179
180 onRequestSent () {
181 this.#handler.onRequestSent?.()
182 }
183
184 onRequestUpgrade (controller, statusCode, headers, socket) {
185 this.#handler.onRequestUpgrade?.(controller, statusCode, headers, socket)

Callers

nothing calls this directly

Calls 1

onRequestSentMethod · 0.65

Tested by

no test coverage detected