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

Method request

test/http2-invalid-session.js:25–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 }
24
25 request () {
26 const err = new Error('The session has been destroyed')
27 err.code = 'ERR_HTTP2_INVALID_SESSION'
28 throw err
29 }
30
31 destroy () {
32 if (this.destroyed) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected