deepv-code 1.0.182 → 1.0.183
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/dvcode.js +635 -635
- package/package.json +1 -1
- package/bundle/assets/help/README.md +0 -113
- package/bundle/assets/sounds/README.md +0 -74
- package/bundle/node_modules/undici/LICENSE +0 -21
- package/bundle/node_modules/undici/README.md +0 -472
- package/bundle/node_modules/undici/docs/docs/api/Agent.md +0 -83
- package/bundle/node_modules/undici/docs/docs/api/BalancedPool.md +0 -99
- package/bundle/node_modules/undici/docs/docs/api/CacheStorage.md +0 -30
- package/bundle/node_modules/undici/docs/docs/api/CacheStore.md +0 -151
- package/bundle/node_modules/undici/docs/docs/api/Client.md +0 -281
- package/bundle/node_modules/undici/docs/docs/api/ClientStats.md +0 -27
- package/bundle/node_modules/undici/docs/docs/api/Connector.md +0 -115
- package/bundle/node_modules/undici/docs/docs/api/ContentType.md +0 -57
- package/bundle/node_modules/undici/docs/docs/api/Cookies.md +0 -101
- package/bundle/node_modules/undici/docs/docs/api/Debug.md +0 -62
- package/bundle/node_modules/undici/docs/docs/api/DiagnosticsChannel.md +0 -204
- package/bundle/node_modules/undici/docs/docs/api/Dispatcher.md +0 -1200
- package/bundle/node_modules/undici/docs/docs/api/EnvHttpProxyAgent.md +0 -159
- package/bundle/node_modules/undici/docs/docs/api/Errors.md +0 -49
- package/bundle/node_modules/undici/docs/docs/api/EventSource.md +0 -45
- package/bundle/node_modules/undici/docs/docs/api/Fetch.md +0 -52
- package/bundle/node_modules/undici/docs/docs/api/H2CClient.md +0 -262
- package/bundle/node_modules/undici/docs/docs/api/MockAgent.md +0 -603
- package/bundle/node_modules/undici/docs/docs/api/MockCallHistory.md +0 -197
- package/bundle/node_modules/undici/docs/docs/api/MockCallHistoryLog.md +0 -43
- package/bundle/node_modules/undici/docs/docs/api/MockClient.md +0 -77
- package/bundle/node_modules/undici/docs/docs/api/MockErrors.md +0 -12
- package/bundle/node_modules/undici/docs/docs/api/MockPool.md +0 -548
- package/bundle/node_modules/undici/docs/docs/api/Pool.md +0 -84
- package/bundle/node_modules/undici/docs/docs/api/PoolStats.md +0 -35
- package/bundle/node_modules/undici/docs/docs/api/ProxyAgent.md +0 -227
- package/bundle/node_modules/undici/docs/docs/api/RedirectHandler.md +0 -96
- package/bundle/node_modules/undici/docs/docs/api/RetryAgent.md +0 -45
- package/bundle/node_modules/undici/docs/docs/api/RetryHandler.md +0 -117
- package/bundle/node_modules/undici/docs/docs/api/Util.md +0 -25
- package/bundle/node_modules/undici/docs/docs/api/WebSocket.md +0 -85
- package/bundle/node_modules/undici/docs/docs/api/api-lifecycle.md +0 -91
- package/bundle/node_modules/undici/docs/docs/best-practices/client-certificate.md +0 -64
- package/bundle/node_modules/undici/docs/docs/best-practices/mocking-request.md +0 -190
- package/bundle/node_modules/undici/docs/docs/best-practices/proxy.md +0 -127
- package/bundle/node_modules/undici/docs/docs/best-practices/writing-tests.md +0 -20
- package/bundle/node_modules/undici/index-fetch.js +0 -35
- package/bundle/node_modules/undici/index.d.ts +0 -3
- package/bundle/node_modules/undici/index.js +0 -183
- package/bundle/node_modules/undici/lib/api/abort-signal.js +0 -59
- package/bundle/node_modules/undici/lib/api/api-connect.js +0 -110
- package/bundle/node_modules/undici/lib/api/api-pipeline.js +0 -252
- package/bundle/node_modules/undici/lib/api/api-request.js +0 -199
- package/bundle/node_modules/undici/lib/api/api-stream.js +0 -209
- package/bundle/node_modules/undici/lib/api/api-upgrade.js +0 -110
- package/bundle/node_modules/undici/lib/api/index.js +0 -7
- package/bundle/node_modules/undici/lib/api/readable.js +0 -558
- package/bundle/node_modules/undici/lib/api/util.js +0 -95
- package/bundle/node_modules/undici/lib/cache/memory-cache-store.js +0 -234
- package/bundle/node_modules/undici/lib/cache/sqlite-cache-store.js +0 -461
- package/bundle/node_modules/undici/lib/core/connect.js +0 -164
- package/bundle/node_modules/undici/lib/core/constants.js +0 -143
- package/bundle/node_modules/undici/lib/core/diagnostics.js +0 -196
- package/bundle/node_modules/undici/lib/core/errors.js +0 -244
- package/bundle/node_modules/undici/lib/core/request.js +0 -397
- package/bundle/node_modules/undici/lib/core/symbols.js +0 -68
- package/bundle/node_modules/undici/lib/core/tree.js +0 -160
- package/bundle/node_modules/undici/lib/core/util.js +0 -988
- package/bundle/node_modules/undici/lib/dispatcher/agent.js +0 -135
- package/bundle/node_modules/undici/lib/dispatcher/balanced-pool.js +0 -206
- package/bundle/node_modules/undici/lib/dispatcher/client-h1.js +0 -1615
- package/bundle/node_modules/undici/lib/dispatcher/client-h2.js +0 -798
- package/bundle/node_modules/undici/lib/dispatcher/client.js +0 -614
- package/bundle/node_modules/undici/lib/dispatcher/dispatcher-base.js +0 -161
- package/bundle/node_modules/undici/lib/dispatcher/dispatcher.js +0 -48
- package/bundle/node_modules/undici/lib/dispatcher/env-http-proxy-agent.js +0 -151
- package/bundle/node_modules/undici/lib/dispatcher/fixed-queue.js +0 -159
- package/bundle/node_modules/undici/lib/dispatcher/h2c-client.js +0 -122
- package/bundle/node_modules/undici/lib/dispatcher/pool-base.js +0 -191
- package/bundle/node_modules/undici/lib/dispatcher/pool.js +0 -118
- package/bundle/node_modules/undici/lib/dispatcher/proxy-agent.js +0 -275
- package/bundle/node_modules/undici/lib/dispatcher/retry-agent.js +0 -35
- package/bundle/node_modules/undici/lib/global.js +0 -32
- package/bundle/node_modules/undici/lib/handler/cache-handler.js +0 -448
- package/bundle/node_modules/undici/lib/handler/cache-revalidation-handler.js +0 -124
- package/bundle/node_modules/undici/lib/handler/decorator-handler.js +0 -67
- package/bundle/node_modules/undici/lib/handler/redirect-handler.js +0 -227
- package/bundle/node_modules/undici/lib/handler/retry-handler.js +0 -342
- package/bundle/node_modules/undici/lib/handler/unwrap-handler.js +0 -96
- package/bundle/node_modules/undici/lib/handler/wrap-handler.js +0 -95
- package/bundle/node_modules/undici/lib/interceptor/cache.js +0 -372
- package/bundle/node_modules/undici/lib/interceptor/dns.js +0 -432
- package/bundle/node_modules/undici/lib/interceptor/dump.js +0 -111
- package/bundle/node_modules/undici/lib/interceptor/redirect.js +0 -21
- package/bundle/node_modules/undici/lib/interceptor/response-error.js +0 -95
- package/bundle/node_modules/undici/lib/interceptor/retry.js +0 -19
- package/bundle/node_modules/undici/lib/llhttp/.gitkeep +0 -0
- package/bundle/node_modules/undici/lib/llhttp/constants.d.ts +0 -97
- package/bundle/node_modules/undici/lib/llhttp/constants.js +0 -498
- package/bundle/node_modules/undici/lib/llhttp/constants.js.map +0 -1
- package/bundle/node_modules/undici/lib/llhttp/llhttp-wasm.js +0 -15
- package/bundle/node_modules/undici/lib/llhttp/llhttp_simd-wasm.js +0 -15
- package/bundle/node_modules/undici/lib/llhttp/utils.d.ts +0 -2
- package/bundle/node_modules/undici/lib/llhttp/utils.js +0 -15
- package/bundle/node_modules/undici/lib/llhttp/utils.js.map +0 -1
- package/bundle/node_modules/undici/lib/mock/mock-agent.js +0 -224
- package/bundle/node_modules/undici/lib/mock/mock-call-history.js +0 -248
- package/bundle/node_modules/undici/lib/mock/mock-client.js +0 -64
- package/bundle/node_modules/undici/lib/mock/mock-errors.js +0 -19
- package/bundle/node_modules/undici/lib/mock/mock-interceptor.js +0 -209
- package/bundle/node_modules/undici/lib/mock/mock-pool.js +0 -64
- package/bundle/node_modules/undici/lib/mock/mock-symbols.js +0 -31
- package/bundle/node_modules/undici/lib/mock/mock-utils.js +0 -433
- package/bundle/node_modules/undici/lib/mock/pending-interceptors-formatter.js +0 -43
- package/bundle/node_modules/undici/lib/util/cache.js +0 -368
- package/bundle/node_modules/undici/lib/util/date.js +0 -259
- package/bundle/node_modules/undici/lib/util/stats.js +0 -32
- package/bundle/node_modules/undici/lib/util/timers.js +0 -423
- package/bundle/node_modules/undici/lib/web/cache/cache.js +0 -862
- package/bundle/node_modules/undici/lib/web/cache/cachestorage.js +0 -152
- package/bundle/node_modules/undici/lib/web/cache/util.js +0 -45
- package/bundle/node_modules/undici/lib/web/cookies/constants.js +0 -12
- package/bundle/node_modules/undici/lib/web/cookies/index.js +0 -199
- package/bundle/node_modules/undici/lib/web/cookies/parse.js +0 -322
- package/bundle/node_modules/undici/lib/web/cookies/util.js +0 -282
- package/bundle/node_modules/undici/lib/web/eventsource/eventsource-stream.js +0 -399
- package/bundle/node_modules/undici/lib/web/eventsource/eventsource.js +0 -484
- package/bundle/node_modules/undici/lib/web/eventsource/util.js +0 -37
- package/bundle/node_modules/undici/lib/web/fetch/LICENSE +0 -21
- package/bundle/node_modules/undici/lib/web/fetch/body.js +0 -532
- package/bundle/node_modules/undici/lib/web/fetch/constants.js +0 -131
- package/bundle/node_modules/undici/lib/web/fetch/data-url.js +0 -744
- package/bundle/node_modules/undici/lib/web/fetch/dispatcher-weakref.js +0 -46
- package/bundle/node_modules/undici/lib/web/fetch/formdata-parser.js +0 -501
- package/bundle/node_modules/undici/lib/web/fetch/formdata.js +0 -263
- package/bundle/node_modules/undici/lib/web/fetch/global.js +0 -40
- package/bundle/node_modules/undici/lib/web/fetch/headers.js +0 -719
- package/bundle/node_modules/undici/lib/web/fetch/index.js +0 -2258
- package/bundle/node_modules/undici/lib/web/fetch/request.js +0 -1099
- package/bundle/node_modules/undici/lib/web/fetch/response.js +0 -636
- package/bundle/node_modules/undici/lib/web/fetch/util.js +0 -1782
- package/bundle/node_modules/undici/lib/web/fetch/webidl.js +0 -740
- package/bundle/node_modules/undici/lib/web/websocket/connection.js +0 -325
- package/bundle/node_modules/undici/lib/web/websocket/constants.js +0 -126
- package/bundle/node_modules/undici/lib/web/websocket/events.js +0 -331
- package/bundle/node_modules/undici/lib/web/websocket/frame.js +0 -138
- package/bundle/node_modules/undici/lib/web/websocket/permessage-deflate.js +0 -70
- package/bundle/node_modules/undici/lib/web/websocket/receiver.js +0 -454
- package/bundle/node_modules/undici/lib/web/websocket/sender.js +0 -109
- package/bundle/node_modules/undici/lib/web/websocket/stream/websocketerror.js +0 -83
- package/bundle/node_modules/undici/lib/web/websocket/stream/websocketstream.js +0 -485
- package/bundle/node_modules/undici/lib/web/websocket/util.js +0 -338
- package/bundle/node_modules/undici/lib/web/websocket/websocket.js +0 -686
- package/bundle/node_modules/undici/package.json +0 -149
- package/bundle/node_modules/undici/scripts/strip-comments.js +0 -10
- package/bundle/node_modules/undici/types/README.md +0 -6
- package/bundle/node_modules/undici/types/agent.d.ts +0 -35
- package/bundle/node_modules/undici/types/api.d.ts +0 -43
- package/bundle/node_modules/undici/types/balanced-pool.d.ts +0 -29
- package/bundle/node_modules/undici/types/cache-interceptor.d.ts +0 -172
- package/bundle/node_modules/undici/types/cache.d.ts +0 -36
- package/bundle/node_modules/undici/types/client-stats.d.ts +0 -15
- package/bundle/node_modules/undici/types/client.d.ts +0 -110
- package/bundle/node_modules/undici/types/connector.d.ts +0 -34
- package/bundle/node_modules/undici/types/content-type.d.ts +0 -21
- package/bundle/node_modules/undici/types/cookies.d.ts +0 -30
- package/bundle/node_modules/undici/types/diagnostics-channel.d.ts +0 -66
- package/bundle/node_modules/undici/types/dispatcher.d.ts +0 -281
- package/bundle/node_modules/undici/types/env-http-proxy-agent.d.ts +0 -21
- package/bundle/node_modules/undici/types/errors.d.ts +0 -171
- package/bundle/node_modules/undici/types/eventsource.d.ts +0 -61
- package/bundle/node_modules/undici/types/fetch.d.ts +0 -210
- package/bundle/node_modules/undici/types/formdata.d.ts +0 -108
- package/bundle/node_modules/undici/types/global-dispatcher.d.ts +0 -9
- package/bundle/node_modules/undici/types/global-origin.d.ts +0 -7
- package/bundle/node_modules/undici/types/h2c-client.d.ts +0 -75
- package/bundle/node_modules/undici/types/handlers.d.ts +0 -15
- package/bundle/node_modules/undici/types/header.d.ts +0 -160
- package/bundle/node_modules/undici/types/index.d.ts +0 -75
- package/bundle/node_modules/undici/types/interceptors.d.ts +0 -34
- package/bundle/node_modules/undici/types/mock-agent.d.ts +0 -68
- package/bundle/node_modules/undici/types/mock-call-history.d.ts +0 -111
- package/bundle/node_modules/undici/types/mock-client.d.ts +0 -25
- package/bundle/node_modules/undici/types/mock-errors.d.ts +0 -12
- package/bundle/node_modules/undici/types/mock-interceptor.d.ts +0 -93
- package/bundle/node_modules/undici/types/mock-pool.d.ts +0 -25
- package/bundle/node_modules/undici/types/patch.d.ts +0 -29
- package/bundle/node_modules/undici/types/pool-stats.d.ts +0 -19
- package/bundle/node_modules/undici/types/pool.d.ts +0 -41
- package/bundle/node_modules/undici/types/proxy-agent.d.ts +0 -29
- package/bundle/node_modules/undici/types/readable.d.ts +0 -68
- package/bundle/node_modules/undici/types/retry-agent.d.ts +0 -8
- package/bundle/node_modules/undici/types/retry-handler.d.ts +0 -116
- package/bundle/node_modules/undici/types/util.d.ts +0 -18
- package/bundle/node_modules/undici/types/utility.d.ts +0 -7
- package/bundle/node_modules/undici/types/webidl.d.ts +0 -266
- package/bundle/node_modules/undici/types/websocket.d.ts +0 -184
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
# Connector
|
|
2
|
-
|
|
3
|
-
Undici creates the underlying socket via the connector builder.
|
|
4
|
-
Normally, this happens automatically and you don't need to care about this,
|
|
5
|
-
but if you need to perform some additional check over the currently used socket,
|
|
6
|
-
this is the right place.
|
|
7
|
-
|
|
8
|
-
If you want to create a custom connector, you must import the `buildConnector` utility.
|
|
9
|
-
|
|
10
|
-
#### Parameter: `buildConnector.BuildOptions`
|
|
11
|
-
|
|
12
|
-
Every Tls option, see [here](https://nodejs.org/api/tls.html#tls_tls_connect_options_callback).
|
|
13
|
-
Furthermore, the following options can be passed:
|
|
14
|
-
|
|
15
|
-
* **socketPath** `string | null` (optional) - Default: `null` - An IPC endpoint, either Unix domain socket or Windows named pipe.
|
|
16
|
-
* **maxCachedSessions** `number | null` (optional) - Default: `100` - Maximum number of TLS cached sessions. Use 0 to disable TLS session caching. Default: `100`.
|
|
17
|
-
* **timeout** `number | null` (optional) - In milliseconds. Default `10e3`.
|
|
18
|
-
* **servername** `string | null` (optional)
|
|
19
|
-
|
|
20
|
-
Once you call `buildConnector`, it will return a connector function, which takes the following parameters.
|
|
21
|
-
|
|
22
|
-
#### Parameter: `connector.Options`
|
|
23
|
-
|
|
24
|
-
* **hostname** `string` (required)
|
|
25
|
-
* **host** `string` (optional)
|
|
26
|
-
* **protocol** `string` (required)
|
|
27
|
-
* **port** `string` (required)
|
|
28
|
-
* **servername** `string` (optional)
|
|
29
|
-
* **localAddress** `string | null` (optional) Local address the socket should connect from.
|
|
30
|
-
* **httpSocket** `Socket` (optional) Establish secure connection on a given socket rather than creating a new socket. It can only be sent on TLS update.
|
|
31
|
-
|
|
32
|
-
### Basic example
|
|
33
|
-
|
|
34
|
-
```js
|
|
35
|
-
'use strict'
|
|
36
|
-
|
|
37
|
-
import { Client, buildConnector } from 'undici'
|
|
38
|
-
|
|
39
|
-
const connector = buildConnector({ rejectUnauthorized: false })
|
|
40
|
-
const client = new Client('https://localhost:3000', {
|
|
41
|
-
connect (opts, cb) {
|
|
42
|
-
connector(opts, (err, socket) => {
|
|
43
|
-
if (err) {
|
|
44
|
-
cb(err)
|
|
45
|
-
} else if (/* assertion */) {
|
|
46
|
-
socket.destroy()
|
|
47
|
-
cb(new Error('kaboom'))
|
|
48
|
-
} else {
|
|
49
|
-
cb(null, socket)
|
|
50
|
-
}
|
|
51
|
-
})
|
|
52
|
-
}
|
|
53
|
-
})
|
|
54
|
-
```
|
|
55
|
-
|
|
56
|
-
### Example: validate the CA fingerprint
|
|
57
|
-
|
|
58
|
-
```js
|
|
59
|
-
'use strict'
|
|
60
|
-
|
|
61
|
-
import { Client, buildConnector } from 'undici'
|
|
62
|
-
|
|
63
|
-
const caFingerprint = 'FO:OB:AR'
|
|
64
|
-
const connector = buildConnector({ rejectUnauthorized: false })
|
|
65
|
-
const client = new Client('https://localhost:3000', {
|
|
66
|
-
connect (opts, cb) {
|
|
67
|
-
connector(opts, (err, socket) => {
|
|
68
|
-
if (err) {
|
|
69
|
-
cb(err)
|
|
70
|
-
} else if (getIssuerCertificate(socket).fingerprint256 !== caFingerprint) {
|
|
71
|
-
socket.destroy()
|
|
72
|
-
cb(new Error('Fingerprint does not match or malformed certificate'))
|
|
73
|
-
} else {
|
|
74
|
-
cb(null, socket)
|
|
75
|
-
}
|
|
76
|
-
})
|
|
77
|
-
}
|
|
78
|
-
})
|
|
79
|
-
|
|
80
|
-
client.request({
|
|
81
|
-
path: '/',
|
|
82
|
-
method: 'GET'
|
|
83
|
-
}, (err, data) => {
|
|
84
|
-
if (err) throw err
|
|
85
|
-
|
|
86
|
-
const bufs = []
|
|
87
|
-
data.body.on('data', (buf) => {
|
|
88
|
-
bufs.push(buf)
|
|
89
|
-
})
|
|
90
|
-
data.body.on('end', () => {
|
|
91
|
-
console.log(Buffer.concat(bufs).toString('utf8'))
|
|
92
|
-
client.close()
|
|
93
|
-
})
|
|
94
|
-
})
|
|
95
|
-
|
|
96
|
-
function getIssuerCertificate (socket) {
|
|
97
|
-
let certificate = socket.getPeerCertificate(true)
|
|
98
|
-
while (certificate && Object.keys(certificate).length > 0) {
|
|
99
|
-
// invalid certificate
|
|
100
|
-
if (certificate.issuerCertificate == null) {
|
|
101
|
-
return null
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
// We have reached the root certificate.
|
|
105
|
-
// In case of self-signed certificates, `issuerCertificate` may be a circular reference.
|
|
106
|
-
if (certificate.fingerprint256 === certificate.issuerCertificate.fingerprint256) {
|
|
107
|
-
break
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
// continue the loop
|
|
111
|
-
certificate = certificate.issuerCertificate
|
|
112
|
-
}
|
|
113
|
-
return certificate
|
|
114
|
-
}
|
|
115
|
-
```
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
# MIME Type Parsing
|
|
2
|
-
|
|
3
|
-
## `MIMEType` interface
|
|
4
|
-
|
|
5
|
-
* **type** `string`
|
|
6
|
-
* **subtype** `string`
|
|
7
|
-
* **parameters** `Map<string, string>`
|
|
8
|
-
* **essence** `string`
|
|
9
|
-
|
|
10
|
-
## `parseMIMEType(input)`
|
|
11
|
-
|
|
12
|
-
Implements [parse a MIME type](https://mimesniff.spec.whatwg.org/#parse-a-mime-type).
|
|
13
|
-
|
|
14
|
-
Parses a MIME type, returning its type, subtype, and any associated parameters. If the parser can't parse an input it returns the string literal `'failure'`.
|
|
15
|
-
|
|
16
|
-
```js
|
|
17
|
-
import { parseMIMEType } from 'undici'
|
|
18
|
-
|
|
19
|
-
parseMIMEType('text/html; charset=gbk')
|
|
20
|
-
// {
|
|
21
|
-
// type: 'text',
|
|
22
|
-
// subtype: 'html',
|
|
23
|
-
// parameters: Map(1) { 'charset' => 'gbk' },
|
|
24
|
-
// essence: 'text/html'
|
|
25
|
-
// }
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
Arguments:
|
|
29
|
-
|
|
30
|
-
* **input** `string`
|
|
31
|
-
|
|
32
|
-
Returns: `MIMEType|'failure'`
|
|
33
|
-
|
|
34
|
-
## `serializeAMimeType(input)`
|
|
35
|
-
|
|
36
|
-
Implements [serialize a MIME type](https://mimesniff.spec.whatwg.org/#serialize-a-mime-type).
|
|
37
|
-
|
|
38
|
-
Serializes a MIMEType object.
|
|
39
|
-
|
|
40
|
-
```js
|
|
41
|
-
import { serializeAMimeType } from 'undici'
|
|
42
|
-
|
|
43
|
-
serializeAMimeType({
|
|
44
|
-
type: 'text',
|
|
45
|
-
subtype: 'html',
|
|
46
|
-
parameters: new Map([['charset', 'gbk']]),
|
|
47
|
-
essence: 'text/html'
|
|
48
|
-
})
|
|
49
|
-
// text/html;charset=gbk
|
|
50
|
-
|
|
51
|
-
```
|
|
52
|
-
|
|
53
|
-
Arguments:
|
|
54
|
-
|
|
55
|
-
* **mimeType** `MIMEType`
|
|
56
|
-
|
|
57
|
-
Returns: `string`
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
# Cookie Handling
|
|
2
|
-
|
|
3
|
-
## `Cookie` interface
|
|
4
|
-
|
|
5
|
-
* **name** `string`
|
|
6
|
-
* **value** `string`
|
|
7
|
-
* **expires** `Date|number` (optional)
|
|
8
|
-
* **maxAge** `number` (optional)
|
|
9
|
-
* **domain** `string` (optional)
|
|
10
|
-
* **path** `string` (optional)
|
|
11
|
-
* **secure** `boolean` (optional)
|
|
12
|
-
* **httpOnly** `boolean` (optional)
|
|
13
|
-
* **sameSite** `'String'|'Lax'|'None'` (optional)
|
|
14
|
-
* **unparsed** `string[]` (optional) Left over attributes that weren't parsed.
|
|
15
|
-
|
|
16
|
-
## `deleteCookie(headers, name[, attributes])`
|
|
17
|
-
|
|
18
|
-
Sets the expiry time of the cookie to the unix epoch, causing browsers to delete it when received.
|
|
19
|
-
|
|
20
|
-
```js
|
|
21
|
-
import { deleteCookie, Headers } from 'undici'
|
|
22
|
-
|
|
23
|
-
const headers = new Headers()
|
|
24
|
-
deleteCookie(headers, 'name')
|
|
25
|
-
|
|
26
|
-
console.log(headers.get('set-cookie')) // name=; Expires=Thu, 01 Jan 1970 00:00:00 GMT
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
Arguments:
|
|
30
|
-
|
|
31
|
-
* **headers** `Headers`
|
|
32
|
-
* **name** `string`
|
|
33
|
-
* **attributes** `{ path?: string, domain?: string }` (optional)
|
|
34
|
-
|
|
35
|
-
Returns: `void`
|
|
36
|
-
|
|
37
|
-
## `getCookies(headers)`
|
|
38
|
-
|
|
39
|
-
Parses the `Cookie` header and returns a list of attributes and values.
|
|
40
|
-
|
|
41
|
-
```js
|
|
42
|
-
import { getCookies, Headers } from 'undici'
|
|
43
|
-
|
|
44
|
-
const headers = new Headers({
|
|
45
|
-
cookie: 'get=cookies; and=attributes'
|
|
46
|
-
})
|
|
47
|
-
|
|
48
|
-
console.log(getCookies(headers)) // { get: 'cookies', and: 'attributes' }
|
|
49
|
-
```
|
|
50
|
-
|
|
51
|
-
Arguments:
|
|
52
|
-
|
|
53
|
-
* **headers** `Headers`
|
|
54
|
-
|
|
55
|
-
Returns: `Record<string, string>`
|
|
56
|
-
|
|
57
|
-
## `getSetCookies(headers)`
|
|
58
|
-
|
|
59
|
-
Parses all `Set-Cookie` headers.
|
|
60
|
-
|
|
61
|
-
```js
|
|
62
|
-
import { getSetCookies, Headers } from 'undici'
|
|
63
|
-
|
|
64
|
-
const headers = new Headers({ 'set-cookie': 'undici=getSetCookies; Secure' })
|
|
65
|
-
|
|
66
|
-
console.log(getSetCookies(headers))
|
|
67
|
-
// [
|
|
68
|
-
// {
|
|
69
|
-
// name: 'undici',
|
|
70
|
-
// value: 'getSetCookies',
|
|
71
|
-
// secure: true
|
|
72
|
-
// }
|
|
73
|
-
// ]
|
|
74
|
-
|
|
75
|
-
```
|
|
76
|
-
|
|
77
|
-
Arguments:
|
|
78
|
-
|
|
79
|
-
* **headers** `Headers`
|
|
80
|
-
|
|
81
|
-
Returns: `Cookie[]`
|
|
82
|
-
|
|
83
|
-
## `setCookie(headers, cookie)`
|
|
84
|
-
|
|
85
|
-
Appends a cookie to the `Set-Cookie` header.
|
|
86
|
-
|
|
87
|
-
```js
|
|
88
|
-
import { setCookie, Headers } from 'undici'
|
|
89
|
-
|
|
90
|
-
const headers = new Headers()
|
|
91
|
-
setCookie(headers, { name: 'undici', value: 'setCookie' })
|
|
92
|
-
|
|
93
|
-
console.log(headers.get('Set-Cookie')) // undici=setCookie
|
|
94
|
-
```
|
|
95
|
-
|
|
96
|
-
Arguments:
|
|
97
|
-
|
|
98
|
-
* **headers** `Headers`
|
|
99
|
-
* **cookie** `Cookie`
|
|
100
|
-
|
|
101
|
-
Returns: `void`
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
# Debug
|
|
2
|
-
|
|
3
|
-
Undici (and subsenquently `fetch` and `websocket`) exposes a debug statement that can be enabled by setting `NODE_DEBUG` within the environment.
|
|
4
|
-
|
|
5
|
-
The flags available are:
|
|
6
|
-
|
|
7
|
-
## `undici`
|
|
8
|
-
|
|
9
|
-
This flag enables debug statements for the core undici library.
|
|
10
|
-
|
|
11
|
-
```sh
|
|
12
|
-
NODE_DEBUG=undici node script.js
|
|
13
|
-
|
|
14
|
-
UNDICI 16241: connecting to nodejs.org using https:h1
|
|
15
|
-
UNDICI 16241: connecting to nodejs.org using https:h1
|
|
16
|
-
UNDICI 16241: connected to nodejs.org using https:h1
|
|
17
|
-
UNDICI 16241: sending request to GET https://nodejs.org//
|
|
18
|
-
UNDICI 16241: received response to GET https://nodejs.org// - HTTP 307
|
|
19
|
-
UNDICI 16241: connecting to nodejs.org using https:h1
|
|
20
|
-
UNDICI 16241: trailers received from GET https://nodejs.org//
|
|
21
|
-
UNDICI 16241: connected to nodejs.org using https:h1
|
|
22
|
-
UNDICI 16241: sending request to GET https://nodejs.org//en
|
|
23
|
-
UNDICI 16241: received response to GET https://nodejs.org//en - HTTP 200
|
|
24
|
-
UNDICI 16241: trailers received from GET https://nodejs.org//en
|
|
25
|
-
```
|
|
26
|
-
|
|
27
|
-
## `fetch`
|
|
28
|
-
|
|
29
|
-
This flag enables debug statements for the `fetch` API.
|
|
30
|
-
|
|
31
|
-
> **Note**: statements are pretty similar to the ones in the `undici` flag, but scoped to `fetch`
|
|
32
|
-
|
|
33
|
-
```sh
|
|
34
|
-
NODE_DEBUG=fetch node script.js
|
|
35
|
-
|
|
36
|
-
FETCH 16241: connecting to nodejs.org using https:h1
|
|
37
|
-
FETCH 16241: connecting to nodejs.org using https:h1
|
|
38
|
-
FETCH 16241: connected to nodejs.org using https:h1
|
|
39
|
-
FETCH 16241: sending request to GET https://nodejs.org//
|
|
40
|
-
FETCH 16241: received response to GET https://nodejs.org// - HTTP 307
|
|
41
|
-
FETCH 16241: connecting to nodejs.org using https:h1
|
|
42
|
-
FETCH 16241: trailers received from GET https://nodejs.org//
|
|
43
|
-
FETCH 16241: connected to nodejs.org using https:h1
|
|
44
|
-
FETCH 16241: sending request to GET https://nodejs.org//en
|
|
45
|
-
FETCH 16241: received response to GET https://nodejs.org//en - HTTP 200
|
|
46
|
-
FETCH 16241: trailers received from GET https://nodejs.org//en
|
|
47
|
-
```
|
|
48
|
-
|
|
49
|
-
## `websocket`
|
|
50
|
-
|
|
51
|
-
This flag enables debug statements for the `Websocket` API.
|
|
52
|
-
|
|
53
|
-
> **Note**: statements can overlap with `UNDICI` ones if `undici` or `fetch` flag has been enabled as well.
|
|
54
|
-
|
|
55
|
-
```sh
|
|
56
|
-
NODE_DEBUG=websocket node script.js
|
|
57
|
-
|
|
58
|
-
WEBSOCKET 18309: connecting to echo.websocket.org using https:h1
|
|
59
|
-
WEBSOCKET 18309: connected to echo.websocket.org using https:h1
|
|
60
|
-
WEBSOCKET 18309: sending request to GET https://echo.websocket.org//
|
|
61
|
-
WEBSOCKET 18309: connection opened <ip_address>
|
|
62
|
-
```
|
|
@@ -1,204 +0,0 @@
|
|
|
1
|
-
# Diagnostics Channel Support
|
|
2
|
-
|
|
3
|
-
Stability: Experimental.
|
|
4
|
-
|
|
5
|
-
Undici supports the [`diagnostics_channel`](https://nodejs.org/api/diagnostics_channel.html) (currently available only on Node.js v16+).
|
|
6
|
-
It is the preferred way to instrument Undici and retrieve internal information.
|
|
7
|
-
|
|
8
|
-
The channels available are the following.
|
|
9
|
-
|
|
10
|
-
## `undici:request:create`
|
|
11
|
-
|
|
12
|
-
This message is published when a new outgoing request is created.
|
|
13
|
-
|
|
14
|
-
```js
|
|
15
|
-
import diagnosticsChannel from 'diagnostics_channel'
|
|
16
|
-
|
|
17
|
-
diagnosticsChannel.channel('undici:request:create').subscribe(({ request }) => {
|
|
18
|
-
console.log('origin', request.origin)
|
|
19
|
-
console.log('completed', request.completed)
|
|
20
|
-
console.log('method', request.method)
|
|
21
|
-
console.log('path', request.path)
|
|
22
|
-
console.log('headers', request.headers) // array of strings, e.g: ['foo', 'bar']
|
|
23
|
-
request.addHeader('hello', 'world')
|
|
24
|
-
console.log('headers', request.headers) // e.g. ['foo', 'bar', 'hello', 'world']
|
|
25
|
-
})
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
Note: a request is only loosely completed to a given socket.
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
## `undici:request:bodySent`
|
|
32
|
-
|
|
33
|
-
```js
|
|
34
|
-
import diagnosticsChannel from 'diagnostics_channel'
|
|
35
|
-
|
|
36
|
-
diagnosticsChannel.channel('undici:request:bodySent').subscribe(({ request }) => {
|
|
37
|
-
// request is the same object undici:request:create
|
|
38
|
-
})
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
## `undici:request:headers`
|
|
42
|
-
|
|
43
|
-
This message is published after the response headers have been received.
|
|
44
|
-
|
|
45
|
-
```js
|
|
46
|
-
import diagnosticsChannel from 'diagnostics_channel'
|
|
47
|
-
|
|
48
|
-
diagnosticsChannel.channel('undici:request:headers').subscribe(({ request, response }) => {
|
|
49
|
-
// request is the same object undici:request:create
|
|
50
|
-
console.log('statusCode', response.statusCode)
|
|
51
|
-
console.log(response.statusText)
|
|
52
|
-
// response.headers are buffers.
|
|
53
|
-
console.log(response.headers.map((x) => x.toString()))
|
|
54
|
-
})
|
|
55
|
-
```
|
|
56
|
-
|
|
57
|
-
## `undici:request:trailers`
|
|
58
|
-
|
|
59
|
-
This message is published after the response body and trailers have been received, i.e. the response has been completed.
|
|
60
|
-
|
|
61
|
-
```js
|
|
62
|
-
import diagnosticsChannel from 'diagnostics_channel'
|
|
63
|
-
|
|
64
|
-
diagnosticsChannel.channel('undici:request:trailers').subscribe(({ request, trailers }) => {
|
|
65
|
-
// request is the same object undici:request:create
|
|
66
|
-
console.log('completed', request.completed)
|
|
67
|
-
// trailers are buffers.
|
|
68
|
-
console.log(trailers.map((x) => x.toString()))
|
|
69
|
-
})
|
|
70
|
-
```
|
|
71
|
-
|
|
72
|
-
## `undici:request:error`
|
|
73
|
-
|
|
74
|
-
This message is published if the request is going to error, but it has not errored yet.
|
|
75
|
-
|
|
76
|
-
```js
|
|
77
|
-
import diagnosticsChannel from 'diagnostics_channel'
|
|
78
|
-
|
|
79
|
-
diagnosticsChannel.channel('undici:request:error').subscribe(({ request, error }) => {
|
|
80
|
-
// request is the same object undici:request:create
|
|
81
|
-
})
|
|
82
|
-
```
|
|
83
|
-
|
|
84
|
-
## `undici:client:sendHeaders`
|
|
85
|
-
|
|
86
|
-
This message is published right before the first byte of the request is written to the socket.
|
|
87
|
-
|
|
88
|
-
*Note*: It will publish the exact headers that will be sent to the server in raw format.
|
|
89
|
-
|
|
90
|
-
```js
|
|
91
|
-
import diagnosticsChannel from 'diagnostics_channel'
|
|
92
|
-
|
|
93
|
-
diagnosticsChannel.channel('undici:client:sendHeaders').subscribe(({ request, headers, socket }) => {
|
|
94
|
-
// request is the same object undici:request:create
|
|
95
|
-
console.log(`Full headers list ${headers.split('\r\n')}`);
|
|
96
|
-
})
|
|
97
|
-
```
|
|
98
|
-
|
|
99
|
-
## `undici:client:beforeConnect`
|
|
100
|
-
|
|
101
|
-
This message is published before creating a new connection for **any** request.
|
|
102
|
-
You can not assume that this event is related to any specific request.
|
|
103
|
-
|
|
104
|
-
```js
|
|
105
|
-
import diagnosticsChannel from 'diagnostics_channel'
|
|
106
|
-
|
|
107
|
-
diagnosticsChannel.channel('undici:client:beforeConnect').subscribe(({ connectParams, connector }) => {
|
|
108
|
-
// const { host, hostname, protocol, port, servername, version } = connectParams
|
|
109
|
-
// connector is a function that creates the socket
|
|
110
|
-
})
|
|
111
|
-
```
|
|
112
|
-
|
|
113
|
-
## `undici:client:connected`
|
|
114
|
-
|
|
115
|
-
This message is published after a connection is established.
|
|
116
|
-
|
|
117
|
-
```js
|
|
118
|
-
import diagnosticsChannel from 'diagnostics_channel'
|
|
119
|
-
|
|
120
|
-
diagnosticsChannel.channel('undici:client:connected').subscribe(({ socket, connectParams, connector }) => {
|
|
121
|
-
// const { host, hostname, protocol, port, servername, version } = connectParams
|
|
122
|
-
// connector is a function that creates the socket
|
|
123
|
-
})
|
|
124
|
-
```
|
|
125
|
-
|
|
126
|
-
## `undici:client:connectError`
|
|
127
|
-
|
|
128
|
-
This message is published if it did not succeed to create new connection
|
|
129
|
-
|
|
130
|
-
```js
|
|
131
|
-
import diagnosticsChannel from 'diagnostics_channel'
|
|
132
|
-
|
|
133
|
-
diagnosticsChannel.channel('undici:client:connectError').subscribe(({ error, socket, connectParams, connector }) => {
|
|
134
|
-
// const { host, hostname, protocol, port, servername, version } = connectParams
|
|
135
|
-
// connector is a function that creates the socket
|
|
136
|
-
console.log(`Connect failed with ${error.message}`)
|
|
137
|
-
})
|
|
138
|
-
```
|
|
139
|
-
|
|
140
|
-
## `undici:websocket:open`
|
|
141
|
-
|
|
142
|
-
This message is published after the client has successfully connected to a server.
|
|
143
|
-
|
|
144
|
-
```js
|
|
145
|
-
import diagnosticsChannel from 'diagnostics_channel'
|
|
146
|
-
|
|
147
|
-
diagnosticsChannel.channel('undici:websocket:open').subscribe(({ address, protocol, extensions }) => {
|
|
148
|
-
console.log(address) // address, family, and port
|
|
149
|
-
console.log(protocol) // negotiated subprotocols
|
|
150
|
-
console.log(extensions) // negotiated extensions
|
|
151
|
-
})
|
|
152
|
-
```
|
|
153
|
-
|
|
154
|
-
## `undici:websocket:close`
|
|
155
|
-
|
|
156
|
-
This message is published after the connection has closed.
|
|
157
|
-
|
|
158
|
-
```js
|
|
159
|
-
import diagnosticsChannel from 'diagnostics_channel'
|
|
160
|
-
|
|
161
|
-
diagnosticsChannel.channel('undici:websocket:close').subscribe(({ websocket, code, reason }) => {
|
|
162
|
-
console.log(websocket) // the WebSocket object
|
|
163
|
-
console.log(code) // the closing status code
|
|
164
|
-
console.log(reason) // the closing reason
|
|
165
|
-
})
|
|
166
|
-
```
|
|
167
|
-
|
|
168
|
-
## `undici:websocket:socket_error`
|
|
169
|
-
|
|
170
|
-
This message is published if the socket experiences an error.
|
|
171
|
-
|
|
172
|
-
```js
|
|
173
|
-
import diagnosticsChannel from 'diagnostics_channel'
|
|
174
|
-
|
|
175
|
-
diagnosticsChannel.channel('undici:websocket:socket_error').subscribe((error) => {
|
|
176
|
-
console.log(error)
|
|
177
|
-
})
|
|
178
|
-
```
|
|
179
|
-
|
|
180
|
-
## `undici:websocket:ping`
|
|
181
|
-
|
|
182
|
-
This message is published after the client receives a ping frame, if the connection is not closing.
|
|
183
|
-
|
|
184
|
-
```js
|
|
185
|
-
import diagnosticsChannel from 'diagnostics_channel'
|
|
186
|
-
|
|
187
|
-
diagnosticsChannel.channel('undici:websocket:ping').subscribe(({ payload }) => {
|
|
188
|
-
// a Buffer or undefined, containing the optional application data of the frame
|
|
189
|
-
console.log(payload)
|
|
190
|
-
})
|
|
191
|
-
```
|
|
192
|
-
|
|
193
|
-
## `undici:websocket:pong`
|
|
194
|
-
|
|
195
|
-
This message is published after the client receives a pong frame.
|
|
196
|
-
|
|
197
|
-
```js
|
|
198
|
-
import diagnosticsChannel from 'diagnostics_channel'
|
|
199
|
-
|
|
200
|
-
diagnosticsChannel.channel('undici:websocket:pong').subscribe(({ payload }) => {
|
|
201
|
-
// a Buffer or undefined, containing the optional application data of the frame
|
|
202
|
-
console.log(payload)
|
|
203
|
-
})
|
|
204
|
-
```
|