MCPcopy
hub / github.com/nodejs/undici / abort

Method abort

types/dispatcher.d.ts:213–213  ·  view source on GitHub ↗
(reason: Error)

Source from the content-addressed store, hash-verified

211 rawHeaders?: Buffer[] | string[] | IncomingHttpHeaders | null
212 rawTrailers?: Buffer[] | string[] | IncomingHttpHeaders | null
213 abort(reason: Error): void
214 pause(): void
215 resume(): void
216 }

Callers 15

onRequestStartMethod · 0.65
failUpgradeStreamFunction · 0.65
onEndFunction · 0.65
onErrorFunction · 0.65
onFrameErrorFunction · 0.65
onTimeoutFunction · 0.65
constructorMethod · 0.65
onBodySentMethod · 0.65
onRequestSentMethod · 0.65
onRequestStartMethod · 0.65
onResponseStartMethod · 0.65
onResponseDataMethod · 0.65

Implementers 2

RequestControllerlib/core/request.js
RetryControllerlib/handler/retry-handler.js

Calls

no outgoing calls

Tested by

no test coverage detected