deepv-code 1.0.182 → 1.0.185

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.
Files changed (193) hide show
  1. package/bundle/dvcode.js +757 -753
  2. package/package.json +1 -1
  3. package/bundle/assets/help/README.md +0 -113
  4. package/bundle/assets/sounds/README.md +0 -74
  5. package/bundle/node_modules/undici/LICENSE +0 -21
  6. package/bundle/node_modules/undici/README.md +0 -472
  7. package/bundle/node_modules/undici/docs/docs/api/Agent.md +0 -83
  8. package/bundle/node_modules/undici/docs/docs/api/BalancedPool.md +0 -99
  9. package/bundle/node_modules/undici/docs/docs/api/CacheStorage.md +0 -30
  10. package/bundle/node_modules/undici/docs/docs/api/CacheStore.md +0 -151
  11. package/bundle/node_modules/undici/docs/docs/api/Client.md +0 -281
  12. package/bundle/node_modules/undici/docs/docs/api/ClientStats.md +0 -27
  13. package/bundle/node_modules/undici/docs/docs/api/Connector.md +0 -115
  14. package/bundle/node_modules/undici/docs/docs/api/ContentType.md +0 -57
  15. package/bundle/node_modules/undici/docs/docs/api/Cookies.md +0 -101
  16. package/bundle/node_modules/undici/docs/docs/api/Debug.md +0 -62
  17. package/bundle/node_modules/undici/docs/docs/api/DiagnosticsChannel.md +0 -204
  18. package/bundle/node_modules/undici/docs/docs/api/Dispatcher.md +0 -1200
  19. package/bundle/node_modules/undici/docs/docs/api/EnvHttpProxyAgent.md +0 -159
  20. package/bundle/node_modules/undici/docs/docs/api/Errors.md +0 -49
  21. package/bundle/node_modules/undici/docs/docs/api/EventSource.md +0 -45
  22. package/bundle/node_modules/undici/docs/docs/api/Fetch.md +0 -52
  23. package/bundle/node_modules/undici/docs/docs/api/H2CClient.md +0 -262
  24. package/bundle/node_modules/undici/docs/docs/api/MockAgent.md +0 -603
  25. package/bundle/node_modules/undici/docs/docs/api/MockCallHistory.md +0 -197
  26. package/bundle/node_modules/undici/docs/docs/api/MockCallHistoryLog.md +0 -43
  27. package/bundle/node_modules/undici/docs/docs/api/MockClient.md +0 -77
  28. package/bundle/node_modules/undici/docs/docs/api/MockErrors.md +0 -12
  29. package/bundle/node_modules/undici/docs/docs/api/MockPool.md +0 -548
  30. package/bundle/node_modules/undici/docs/docs/api/Pool.md +0 -84
  31. package/bundle/node_modules/undici/docs/docs/api/PoolStats.md +0 -35
  32. package/bundle/node_modules/undici/docs/docs/api/ProxyAgent.md +0 -227
  33. package/bundle/node_modules/undici/docs/docs/api/RedirectHandler.md +0 -96
  34. package/bundle/node_modules/undici/docs/docs/api/RetryAgent.md +0 -45
  35. package/bundle/node_modules/undici/docs/docs/api/RetryHandler.md +0 -117
  36. package/bundle/node_modules/undici/docs/docs/api/Util.md +0 -25
  37. package/bundle/node_modules/undici/docs/docs/api/WebSocket.md +0 -85
  38. package/bundle/node_modules/undici/docs/docs/api/api-lifecycle.md +0 -91
  39. package/bundle/node_modules/undici/docs/docs/best-practices/client-certificate.md +0 -64
  40. package/bundle/node_modules/undici/docs/docs/best-practices/mocking-request.md +0 -190
  41. package/bundle/node_modules/undici/docs/docs/best-practices/proxy.md +0 -127
  42. package/bundle/node_modules/undici/docs/docs/best-practices/writing-tests.md +0 -20
  43. package/bundle/node_modules/undici/index-fetch.js +0 -35
  44. package/bundle/node_modules/undici/index.d.ts +0 -3
  45. package/bundle/node_modules/undici/index.js +0 -183
  46. package/bundle/node_modules/undici/lib/api/abort-signal.js +0 -59
  47. package/bundle/node_modules/undici/lib/api/api-connect.js +0 -110
  48. package/bundle/node_modules/undici/lib/api/api-pipeline.js +0 -252
  49. package/bundle/node_modules/undici/lib/api/api-request.js +0 -199
  50. package/bundle/node_modules/undici/lib/api/api-stream.js +0 -209
  51. package/bundle/node_modules/undici/lib/api/api-upgrade.js +0 -110
  52. package/bundle/node_modules/undici/lib/api/index.js +0 -7
  53. package/bundle/node_modules/undici/lib/api/readable.js +0 -558
  54. package/bundle/node_modules/undici/lib/api/util.js +0 -95
  55. package/bundle/node_modules/undici/lib/cache/memory-cache-store.js +0 -234
  56. package/bundle/node_modules/undici/lib/cache/sqlite-cache-store.js +0 -461
  57. package/bundle/node_modules/undici/lib/core/connect.js +0 -164
  58. package/bundle/node_modules/undici/lib/core/constants.js +0 -143
  59. package/bundle/node_modules/undici/lib/core/diagnostics.js +0 -196
  60. package/bundle/node_modules/undici/lib/core/errors.js +0 -244
  61. package/bundle/node_modules/undici/lib/core/request.js +0 -397
  62. package/bundle/node_modules/undici/lib/core/symbols.js +0 -68
  63. package/bundle/node_modules/undici/lib/core/tree.js +0 -160
  64. package/bundle/node_modules/undici/lib/core/util.js +0 -988
  65. package/bundle/node_modules/undici/lib/dispatcher/agent.js +0 -135
  66. package/bundle/node_modules/undici/lib/dispatcher/balanced-pool.js +0 -206
  67. package/bundle/node_modules/undici/lib/dispatcher/client-h1.js +0 -1615
  68. package/bundle/node_modules/undici/lib/dispatcher/client-h2.js +0 -798
  69. package/bundle/node_modules/undici/lib/dispatcher/client.js +0 -614
  70. package/bundle/node_modules/undici/lib/dispatcher/dispatcher-base.js +0 -161
  71. package/bundle/node_modules/undici/lib/dispatcher/dispatcher.js +0 -48
  72. package/bundle/node_modules/undici/lib/dispatcher/env-http-proxy-agent.js +0 -151
  73. package/bundle/node_modules/undici/lib/dispatcher/fixed-queue.js +0 -159
  74. package/bundle/node_modules/undici/lib/dispatcher/h2c-client.js +0 -122
  75. package/bundle/node_modules/undici/lib/dispatcher/pool-base.js +0 -191
  76. package/bundle/node_modules/undici/lib/dispatcher/pool.js +0 -118
  77. package/bundle/node_modules/undici/lib/dispatcher/proxy-agent.js +0 -275
  78. package/bundle/node_modules/undici/lib/dispatcher/retry-agent.js +0 -35
  79. package/bundle/node_modules/undici/lib/global.js +0 -32
  80. package/bundle/node_modules/undici/lib/handler/cache-handler.js +0 -448
  81. package/bundle/node_modules/undici/lib/handler/cache-revalidation-handler.js +0 -124
  82. package/bundle/node_modules/undici/lib/handler/decorator-handler.js +0 -67
  83. package/bundle/node_modules/undici/lib/handler/redirect-handler.js +0 -227
  84. package/bundle/node_modules/undici/lib/handler/retry-handler.js +0 -342
  85. package/bundle/node_modules/undici/lib/handler/unwrap-handler.js +0 -96
  86. package/bundle/node_modules/undici/lib/handler/wrap-handler.js +0 -95
  87. package/bundle/node_modules/undici/lib/interceptor/cache.js +0 -372
  88. package/bundle/node_modules/undici/lib/interceptor/dns.js +0 -432
  89. package/bundle/node_modules/undici/lib/interceptor/dump.js +0 -111
  90. package/bundle/node_modules/undici/lib/interceptor/redirect.js +0 -21
  91. package/bundle/node_modules/undici/lib/interceptor/response-error.js +0 -95
  92. package/bundle/node_modules/undici/lib/interceptor/retry.js +0 -19
  93. package/bundle/node_modules/undici/lib/llhttp/.gitkeep +0 -0
  94. package/bundle/node_modules/undici/lib/llhttp/constants.d.ts +0 -97
  95. package/bundle/node_modules/undici/lib/llhttp/constants.js +0 -498
  96. package/bundle/node_modules/undici/lib/llhttp/constants.js.map +0 -1
  97. package/bundle/node_modules/undici/lib/llhttp/llhttp-wasm.js +0 -15
  98. package/bundle/node_modules/undici/lib/llhttp/llhttp_simd-wasm.js +0 -15
  99. package/bundle/node_modules/undici/lib/llhttp/utils.d.ts +0 -2
  100. package/bundle/node_modules/undici/lib/llhttp/utils.js +0 -15
  101. package/bundle/node_modules/undici/lib/llhttp/utils.js.map +0 -1
  102. package/bundle/node_modules/undici/lib/mock/mock-agent.js +0 -224
  103. package/bundle/node_modules/undici/lib/mock/mock-call-history.js +0 -248
  104. package/bundle/node_modules/undici/lib/mock/mock-client.js +0 -64
  105. package/bundle/node_modules/undici/lib/mock/mock-errors.js +0 -19
  106. package/bundle/node_modules/undici/lib/mock/mock-interceptor.js +0 -209
  107. package/bundle/node_modules/undici/lib/mock/mock-pool.js +0 -64
  108. package/bundle/node_modules/undici/lib/mock/mock-symbols.js +0 -31
  109. package/bundle/node_modules/undici/lib/mock/mock-utils.js +0 -433
  110. package/bundle/node_modules/undici/lib/mock/pending-interceptors-formatter.js +0 -43
  111. package/bundle/node_modules/undici/lib/util/cache.js +0 -368
  112. package/bundle/node_modules/undici/lib/util/date.js +0 -259
  113. package/bundle/node_modules/undici/lib/util/stats.js +0 -32
  114. package/bundle/node_modules/undici/lib/util/timers.js +0 -423
  115. package/bundle/node_modules/undici/lib/web/cache/cache.js +0 -862
  116. package/bundle/node_modules/undici/lib/web/cache/cachestorage.js +0 -152
  117. package/bundle/node_modules/undici/lib/web/cache/util.js +0 -45
  118. package/bundle/node_modules/undici/lib/web/cookies/constants.js +0 -12
  119. package/bundle/node_modules/undici/lib/web/cookies/index.js +0 -199
  120. package/bundle/node_modules/undici/lib/web/cookies/parse.js +0 -322
  121. package/bundle/node_modules/undici/lib/web/cookies/util.js +0 -282
  122. package/bundle/node_modules/undici/lib/web/eventsource/eventsource-stream.js +0 -399
  123. package/bundle/node_modules/undici/lib/web/eventsource/eventsource.js +0 -484
  124. package/bundle/node_modules/undici/lib/web/eventsource/util.js +0 -37
  125. package/bundle/node_modules/undici/lib/web/fetch/LICENSE +0 -21
  126. package/bundle/node_modules/undici/lib/web/fetch/body.js +0 -532
  127. package/bundle/node_modules/undici/lib/web/fetch/constants.js +0 -131
  128. package/bundle/node_modules/undici/lib/web/fetch/data-url.js +0 -744
  129. package/bundle/node_modules/undici/lib/web/fetch/dispatcher-weakref.js +0 -46
  130. package/bundle/node_modules/undici/lib/web/fetch/formdata-parser.js +0 -501
  131. package/bundle/node_modules/undici/lib/web/fetch/formdata.js +0 -263
  132. package/bundle/node_modules/undici/lib/web/fetch/global.js +0 -40
  133. package/bundle/node_modules/undici/lib/web/fetch/headers.js +0 -719
  134. package/bundle/node_modules/undici/lib/web/fetch/index.js +0 -2258
  135. package/bundle/node_modules/undici/lib/web/fetch/request.js +0 -1099
  136. package/bundle/node_modules/undici/lib/web/fetch/response.js +0 -636
  137. package/bundle/node_modules/undici/lib/web/fetch/util.js +0 -1782
  138. package/bundle/node_modules/undici/lib/web/fetch/webidl.js +0 -740
  139. package/bundle/node_modules/undici/lib/web/websocket/connection.js +0 -325
  140. package/bundle/node_modules/undici/lib/web/websocket/constants.js +0 -126
  141. package/bundle/node_modules/undici/lib/web/websocket/events.js +0 -331
  142. package/bundle/node_modules/undici/lib/web/websocket/frame.js +0 -138
  143. package/bundle/node_modules/undici/lib/web/websocket/permessage-deflate.js +0 -70
  144. package/bundle/node_modules/undici/lib/web/websocket/receiver.js +0 -454
  145. package/bundle/node_modules/undici/lib/web/websocket/sender.js +0 -109
  146. package/bundle/node_modules/undici/lib/web/websocket/stream/websocketerror.js +0 -83
  147. package/bundle/node_modules/undici/lib/web/websocket/stream/websocketstream.js +0 -485
  148. package/bundle/node_modules/undici/lib/web/websocket/util.js +0 -338
  149. package/bundle/node_modules/undici/lib/web/websocket/websocket.js +0 -686
  150. package/bundle/node_modules/undici/package.json +0 -149
  151. package/bundle/node_modules/undici/scripts/strip-comments.js +0 -10
  152. package/bundle/node_modules/undici/types/README.md +0 -6
  153. package/bundle/node_modules/undici/types/agent.d.ts +0 -35
  154. package/bundle/node_modules/undici/types/api.d.ts +0 -43
  155. package/bundle/node_modules/undici/types/balanced-pool.d.ts +0 -29
  156. package/bundle/node_modules/undici/types/cache-interceptor.d.ts +0 -172
  157. package/bundle/node_modules/undici/types/cache.d.ts +0 -36
  158. package/bundle/node_modules/undici/types/client-stats.d.ts +0 -15
  159. package/bundle/node_modules/undici/types/client.d.ts +0 -110
  160. package/bundle/node_modules/undici/types/connector.d.ts +0 -34
  161. package/bundle/node_modules/undici/types/content-type.d.ts +0 -21
  162. package/bundle/node_modules/undici/types/cookies.d.ts +0 -30
  163. package/bundle/node_modules/undici/types/diagnostics-channel.d.ts +0 -66
  164. package/bundle/node_modules/undici/types/dispatcher.d.ts +0 -281
  165. package/bundle/node_modules/undici/types/env-http-proxy-agent.d.ts +0 -21
  166. package/bundle/node_modules/undici/types/errors.d.ts +0 -171
  167. package/bundle/node_modules/undici/types/eventsource.d.ts +0 -61
  168. package/bundle/node_modules/undici/types/fetch.d.ts +0 -210
  169. package/bundle/node_modules/undici/types/formdata.d.ts +0 -108
  170. package/bundle/node_modules/undici/types/global-dispatcher.d.ts +0 -9
  171. package/bundle/node_modules/undici/types/global-origin.d.ts +0 -7
  172. package/bundle/node_modules/undici/types/h2c-client.d.ts +0 -75
  173. package/bundle/node_modules/undici/types/handlers.d.ts +0 -15
  174. package/bundle/node_modules/undici/types/header.d.ts +0 -160
  175. package/bundle/node_modules/undici/types/index.d.ts +0 -75
  176. package/bundle/node_modules/undici/types/interceptors.d.ts +0 -34
  177. package/bundle/node_modules/undici/types/mock-agent.d.ts +0 -68
  178. package/bundle/node_modules/undici/types/mock-call-history.d.ts +0 -111
  179. package/bundle/node_modules/undici/types/mock-client.d.ts +0 -25
  180. package/bundle/node_modules/undici/types/mock-errors.d.ts +0 -12
  181. package/bundle/node_modules/undici/types/mock-interceptor.d.ts +0 -93
  182. package/bundle/node_modules/undici/types/mock-pool.d.ts +0 -25
  183. package/bundle/node_modules/undici/types/patch.d.ts +0 -29
  184. package/bundle/node_modules/undici/types/pool-stats.d.ts +0 -19
  185. package/bundle/node_modules/undici/types/pool.d.ts +0 -41
  186. package/bundle/node_modules/undici/types/proxy-agent.d.ts +0 -29
  187. package/bundle/node_modules/undici/types/readable.d.ts +0 -68
  188. package/bundle/node_modules/undici/types/retry-agent.d.ts +0 -8
  189. package/bundle/node_modules/undici/types/retry-handler.d.ts +0 -116
  190. package/bundle/node_modules/undici/types/util.d.ts +0 -18
  191. package/bundle/node_modules/undici/types/utility.d.ts +0 -7
  192. package/bundle/node_modules/undici/types/webidl.d.ts +0 -266
  193. package/bundle/node_modules/undici/types/websocket.d.ts +0 -184
@@ -1,244 +0,0 @@
1
- 'use strict'
2
-
3
- class UndiciError extends Error {
4
- constructor (message, options) {
5
- super(message, options)
6
- this.name = 'UndiciError'
7
- this.code = 'UND_ERR'
8
- }
9
- }
10
-
11
- class ConnectTimeoutError extends UndiciError {
12
- constructor (message) {
13
- super(message)
14
- this.name = 'ConnectTimeoutError'
15
- this.message = message || 'Connect Timeout Error'
16
- this.code = 'UND_ERR_CONNECT_TIMEOUT'
17
- }
18
- }
19
-
20
- class HeadersTimeoutError extends UndiciError {
21
- constructor (message) {
22
- super(message)
23
- this.name = 'HeadersTimeoutError'
24
- this.message = message || 'Headers Timeout Error'
25
- this.code = 'UND_ERR_HEADERS_TIMEOUT'
26
- }
27
- }
28
-
29
- class HeadersOverflowError extends UndiciError {
30
- constructor (message) {
31
- super(message)
32
- this.name = 'HeadersOverflowError'
33
- this.message = message || 'Headers Overflow Error'
34
- this.code = 'UND_ERR_HEADERS_OVERFLOW'
35
- }
36
- }
37
-
38
- class BodyTimeoutError extends UndiciError {
39
- constructor (message) {
40
- super(message)
41
- this.name = 'BodyTimeoutError'
42
- this.message = message || 'Body Timeout Error'
43
- this.code = 'UND_ERR_BODY_TIMEOUT'
44
- }
45
- }
46
-
47
- class ResponseStatusCodeError extends UndiciError {
48
- constructor (message, statusCode, headers, body) {
49
- super(message)
50
- this.name = 'ResponseStatusCodeError'
51
- this.message = message || 'Response Status Code Error'
52
- this.code = 'UND_ERR_RESPONSE_STATUS_CODE'
53
- this.body = body
54
- this.status = statusCode
55
- this.statusCode = statusCode
56
- this.headers = headers
57
- }
58
- }
59
-
60
- class InvalidArgumentError extends UndiciError {
61
- constructor (message) {
62
- super(message)
63
- this.name = 'InvalidArgumentError'
64
- this.message = message || 'Invalid Argument Error'
65
- this.code = 'UND_ERR_INVALID_ARG'
66
- }
67
- }
68
-
69
- class InvalidReturnValueError extends UndiciError {
70
- constructor (message) {
71
- super(message)
72
- this.name = 'InvalidReturnValueError'
73
- this.message = message || 'Invalid Return Value Error'
74
- this.code = 'UND_ERR_INVALID_RETURN_VALUE'
75
- }
76
- }
77
-
78
- class AbortError extends UndiciError {
79
- constructor (message) {
80
- super(message)
81
- this.name = 'AbortError'
82
- this.message = message || 'The operation was aborted'
83
- }
84
- }
85
-
86
- class RequestAbortedError extends AbortError {
87
- constructor (message) {
88
- super(message)
89
- this.name = 'AbortError'
90
- this.message = message || 'Request aborted'
91
- this.code = 'UND_ERR_ABORTED'
92
- }
93
- }
94
-
95
- class InformationalError extends UndiciError {
96
- constructor (message) {
97
- super(message)
98
- this.name = 'InformationalError'
99
- this.message = message || 'Request information'
100
- this.code = 'UND_ERR_INFO'
101
- }
102
- }
103
-
104
- class RequestContentLengthMismatchError extends UndiciError {
105
- constructor (message) {
106
- super(message)
107
- this.name = 'RequestContentLengthMismatchError'
108
- this.message = message || 'Request body length does not match content-length header'
109
- this.code = 'UND_ERR_REQ_CONTENT_LENGTH_MISMATCH'
110
- }
111
- }
112
-
113
- class ResponseContentLengthMismatchError extends UndiciError {
114
- constructor (message) {
115
- super(message)
116
- this.name = 'ResponseContentLengthMismatchError'
117
- this.message = message || 'Response body length does not match content-length header'
118
- this.code = 'UND_ERR_RES_CONTENT_LENGTH_MISMATCH'
119
- }
120
- }
121
-
122
- class ClientDestroyedError extends UndiciError {
123
- constructor (message) {
124
- super(message)
125
- this.name = 'ClientDestroyedError'
126
- this.message = message || 'The client is destroyed'
127
- this.code = 'UND_ERR_DESTROYED'
128
- }
129
- }
130
-
131
- class ClientClosedError extends UndiciError {
132
- constructor (message) {
133
- super(message)
134
- this.name = 'ClientClosedError'
135
- this.message = message || 'The client is closed'
136
- this.code = 'UND_ERR_CLOSED'
137
- }
138
- }
139
-
140
- class SocketError extends UndiciError {
141
- constructor (message, socket) {
142
- super(message)
143
- this.name = 'SocketError'
144
- this.message = message || 'Socket error'
145
- this.code = 'UND_ERR_SOCKET'
146
- this.socket = socket
147
- }
148
- }
149
-
150
- class NotSupportedError extends UndiciError {
151
- constructor (message) {
152
- super(message)
153
- this.name = 'NotSupportedError'
154
- this.message = message || 'Not supported error'
155
- this.code = 'UND_ERR_NOT_SUPPORTED'
156
- }
157
- }
158
-
159
- class BalancedPoolMissingUpstreamError extends UndiciError {
160
- constructor (message) {
161
- super(message)
162
- this.name = 'MissingUpstreamError'
163
- this.message = message || 'No upstream has been added to the BalancedPool'
164
- this.code = 'UND_ERR_BPL_MISSING_UPSTREAM'
165
- }
166
- }
167
-
168
- class HTTPParserError extends Error {
169
- constructor (message, code, data) {
170
- super(message)
171
- this.name = 'HTTPParserError'
172
- this.code = code ? `HPE_${code}` : undefined
173
- this.data = data ? data.toString() : undefined
174
- }
175
- }
176
-
177
- class ResponseExceededMaxSizeError extends UndiciError {
178
- constructor (message) {
179
- super(message)
180
- this.name = 'ResponseExceededMaxSizeError'
181
- this.message = message || 'Response content exceeded max size'
182
- this.code = 'UND_ERR_RES_EXCEEDED_MAX_SIZE'
183
- }
184
- }
185
-
186
- class RequestRetryError extends UndiciError {
187
- constructor (message, code, { headers, data }) {
188
- super(message)
189
- this.name = 'RequestRetryError'
190
- this.message = message || 'Request retry error'
191
- this.code = 'UND_ERR_REQ_RETRY'
192
- this.statusCode = code
193
- this.data = data
194
- this.headers = headers
195
- }
196
- }
197
-
198
- class ResponseError extends UndiciError {
199
- constructor (message, code, { headers, body }) {
200
- super(message)
201
- this.name = 'ResponseError'
202
- this.message = message || 'Response error'
203
- this.code = 'UND_ERR_RESPONSE'
204
- this.statusCode = code
205
- this.body = body
206
- this.headers = headers
207
- }
208
- }
209
-
210
- class SecureProxyConnectionError extends UndiciError {
211
- constructor (cause, message, options = {}) {
212
- super(message, { cause, ...options })
213
- this.name = 'SecureProxyConnectionError'
214
- this.message = message || 'Secure Proxy Connection failed'
215
- this.code = 'UND_ERR_PRX_TLS'
216
- this.cause = cause
217
- }
218
- }
219
-
220
- module.exports = {
221
- AbortError,
222
- HTTPParserError,
223
- UndiciError,
224
- HeadersTimeoutError,
225
- HeadersOverflowError,
226
- BodyTimeoutError,
227
- RequestContentLengthMismatchError,
228
- ConnectTimeoutError,
229
- ResponseStatusCodeError,
230
- InvalidArgumentError,
231
- InvalidReturnValueError,
232
- RequestAbortedError,
233
- ClientDestroyedError,
234
- ClientClosedError,
235
- InformationalError,
236
- SocketError,
237
- NotSupportedError,
238
- ResponseContentLengthMismatchError,
239
- BalancedPoolMissingUpstreamError,
240
- ResponseExceededMaxSizeError,
241
- RequestRetryError,
242
- ResponseError,
243
- SecureProxyConnectionError
244
- }
@@ -1,397 +0,0 @@
1
- 'use strict'
2
-
3
- const {
4
- InvalidArgumentError,
5
- NotSupportedError
6
- } = require('./errors')
7
- const assert = require('node:assert')
8
- const {
9
- isValidHTTPToken,
10
- isValidHeaderValue,
11
- isStream,
12
- destroy,
13
- isBuffer,
14
- isFormDataLike,
15
- isIterable,
16
- isBlobLike,
17
- serializePathWithQuery,
18
- assertRequestHandler,
19
- getServerName,
20
- normalizedMethodRecords
21
- } = require('./util')
22
- const { channels } = require('./diagnostics.js')
23
- const { headerNameLowerCasedRecord } = require('./constants')
24
-
25
- // Verifies that a given path is valid does not contain control chars \x00 to \x20
26
- const invalidPathRegex = /[^\u0021-\u00ff]/
27
-
28
- const kHandler = Symbol('handler')
29
-
30
- class Request {
31
- constructor (origin, {
32
- path,
33
- method,
34
- body,
35
- headers,
36
- query,
37
- idempotent,
38
- blocking,
39
- upgrade,
40
- headersTimeout,
41
- bodyTimeout,
42
- reset,
43
- expectContinue,
44
- servername,
45
- throwOnError
46
- }, handler) {
47
- if (typeof path !== 'string') {
48
- throw new InvalidArgumentError('path must be a string')
49
- } else if (
50
- path[0] !== '/' &&
51
- !(path.startsWith('http://') || path.startsWith('https://')) &&
52
- method !== 'CONNECT'
53
- ) {
54
- throw new InvalidArgumentError('path must be an absolute URL or start with a slash')
55
- } else if (invalidPathRegex.test(path)) {
56
- throw new InvalidArgumentError('invalid request path')
57
- }
58
-
59
- if (typeof method !== 'string') {
60
- throw new InvalidArgumentError('method must be a string')
61
- } else if (normalizedMethodRecords[method] === undefined && !isValidHTTPToken(method)) {
62
- throw new InvalidArgumentError('invalid request method')
63
- }
64
-
65
- if (upgrade && typeof upgrade !== 'string') {
66
- throw new InvalidArgumentError('upgrade must be a string')
67
- }
68
-
69
- if (headersTimeout != null && (!Number.isFinite(headersTimeout) || headersTimeout < 0)) {
70
- throw new InvalidArgumentError('invalid headersTimeout')
71
- }
72
-
73
- if (bodyTimeout != null && (!Number.isFinite(bodyTimeout) || bodyTimeout < 0)) {
74
- throw new InvalidArgumentError('invalid bodyTimeout')
75
- }
76
-
77
- if (reset != null && typeof reset !== 'boolean') {
78
- throw new InvalidArgumentError('invalid reset')
79
- }
80
-
81
- if (expectContinue != null && typeof expectContinue !== 'boolean') {
82
- throw new InvalidArgumentError('invalid expectContinue')
83
- }
84
-
85
- if (throwOnError != null) {
86
- throw new InvalidArgumentError('invalid throwOnError')
87
- }
88
-
89
- this.headersTimeout = headersTimeout
90
-
91
- this.bodyTimeout = bodyTimeout
92
-
93
- this.method = method
94
-
95
- this.abort = null
96
-
97
- if (body == null) {
98
- this.body = null
99
- } else if (isStream(body)) {
100
- this.body = body
101
-
102
- const rState = this.body._readableState
103
- if (!rState || !rState.autoDestroy) {
104
- this.endHandler = function autoDestroy () {
105
- destroy(this)
106
- }
107
- this.body.on('end', this.endHandler)
108
- }
109
-
110
- this.errorHandler = err => {
111
- if (this.abort) {
112
- this.abort(err)
113
- } else {
114
- this.error = err
115
- }
116
- }
117
- this.body.on('error', this.errorHandler)
118
- } else if (isBuffer(body)) {
119
- this.body = body.byteLength ? body : null
120
- } else if (ArrayBuffer.isView(body)) {
121
- this.body = body.buffer.byteLength ? Buffer.from(body.buffer, body.byteOffset, body.byteLength) : null
122
- } else if (body instanceof ArrayBuffer) {
123
- this.body = body.byteLength ? Buffer.from(body) : null
124
- } else if (typeof body === 'string') {
125
- this.body = body.length ? Buffer.from(body) : null
126
- } else if (isFormDataLike(body) || isIterable(body) || isBlobLike(body)) {
127
- this.body = body
128
- } else {
129
- throw new InvalidArgumentError('body must be a string, a Buffer, a Readable stream, an iterable, or an async iterable')
130
- }
131
-
132
- this.completed = false
133
- this.aborted = false
134
-
135
- this.upgrade = upgrade || null
136
-
137
- this.path = query ? serializePathWithQuery(path, query) : path
138
-
139
- this.origin = origin
140
-
141
- this.idempotent = idempotent == null
142
- ? method === 'HEAD' || method === 'GET'
143
- : idempotent
144
-
145
- this.blocking = blocking ?? this.method !== 'HEAD'
146
-
147
- this.reset = reset == null ? null : reset
148
-
149
- this.host = null
150
-
151
- this.contentLength = null
152
-
153
- this.contentType = null
154
-
155
- this.headers = []
156
-
157
- // Only for H2
158
- this.expectContinue = expectContinue != null ? expectContinue : false
159
-
160
- if (Array.isArray(headers)) {
161
- if (headers.length % 2 !== 0) {
162
- throw new InvalidArgumentError('headers array must be even')
163
- }
164
- for (let i = 0; i < headers.length; i += 2) {
165
- processHeader(this, headers[i], headers[i + 1])
166
- }
167
- } else if (headers && typeof headers === 'object') {
168
- if (headers[Symbol.iterator]) {
169
- for (const header of headers) {
170
- if (!Array.isArray(header) || header.length !== 2) {
171
- throw new InvalidArgumentError('headers must be in key-value pair format')
172
- }
173
- processHeader(this, header[0], header[1])
174
- }
175
- } else {
176
- const keys = Object.keys(headers)
177
- for (let i = 0; i < keys.length; ++i) {
178
- processHeader(this, keys[i], headers[keys[i]])
179
- }
180
- }
181
- } else if (headers != null) {
182
- throw new InvalidArgumentError('headers must be an object or an array')
183
- }
184
-
185
- assertRequestHandler(handler, method, upgrade)
186
-
187
- this.servername = servername || getServerName(this.host) || null
188
-
189
- this[kHandler] = handler
190
-
191
- if (channels.create.hasSubscribers) {
192
- channels.create.publish({ request: this })
193
- }
194
- }
195
-
196
- onBodySent (chunk) {
197
- if (this[kHandler].onBodySent) {
198
- try {
199
- return this[kHandler].onBodySent(chunk)
200
- } catch (err) {
201
- this.abort(err)
202
- }
203
- }
204
- }
205
-
206
- onRequestSent () {
207
- if (channels.bodySent.hasSubscribers) {
208
- channels.bodySent.publish({ request: this })
209
- }
210
-
211
- if (this[kHandler].onRequestSent) {
212
- try {
213
- return this[kHandler].onRequestSent()
214
- } catch (err) {
215
- this.abort(err)
216
- }
217
- }
218
- }
219
-
220
- onConnect (abort) {
221
- assert(!this.aborted)
222
- assert(!this.completed)
223
-
224
- if (this.error) {
225
- abort(this.error)
226
- } else {
227
- this.abort = abort
228
- return this[kHandler].onConnect(abort)
229
- }
230
- }
231
-
232
- onResponseStarted () {
233
- return this[kHandler].onResponseStarted?.()
234
- }
235
-
236
- onHeaders (statusCode, headers, resume, statusText) {
237
- assert(!this.aborted)
238
- assert(!this.completed)
239
-
240
- if (channels.headers.hasSubscribers) {
241
- channels.headers.publish({ request: this, response: { statusCode, headers, statusText } })
242
- }
243
-
244
- try {
245
- return this[kHandler].onHeaders(statusCode, headers, resume, statusText)
246
- } catch (err) {
247
- this.abort(err)
248
- }
249
- }
250
-
251
- onData (chunk) {
252
- assert(!this.aborted)
253
- assert(!this.completed)
254
-
255
- try {
256
- return this[kHandler].onData(chunk)
257
- } catch (err) {
258
- this.abort(err)
259
- return false
260
- }
261
- }
262
-
263
- onUpgrade (statusCode, headers, socket) {
264
- assert(!this.aborted)
265
- assert(!this.completed)
266
-
267
- return this[kHandler].onUpgrade(statusCode, headers, socket)
268
- }
269
-
270
- onComplete (trailers) {
271
- this.onFinally()
272
-
273
- assert(!this.aborted)
274
- assert(!this.completed)
275
-
276
- this.completed = true
277
- if (channels.trailers.hasSubscribers) {
278
- channels.trailers.publish({ request: this, trailers })
279
- }
280
-
281
- try {
282
- return this[kHandler].onComplete(trailers)
283
- } catch (err) {
284
- // TODO (fix): This might be a bad idea?
285
- this.onError(err)
286
- }
287
- }
288
-
289
- onError (error) {
290
- this.onFinally()
291
-
292
- if (channels.error.hasSubscribers) {
293
- channels.error.publish({ request: this, error })
294
- }
295
-
296
- if (this.aborted) {
297
- return
298
- }
299
- this.aborted = true
300
-
301
- return this[kHandler].onError(error)
302
- }
303
-
304
- onFinally () {
305
- if (this.errorHandler) {
306
- this.body.off('error', this.errorHandler)
307
- this.errorHandler = null
308
- }
309
-
310
- if (this.endHandler) {
311
- this.body.off('end', this.endHandler)
312
- this.endHandler = null
313
- }
314
- }
315
-
316
- addHeader (key, value) {
317
- processHeader(this, key, value)
318
- return this
319
- }
320
- }
321
-
322
- function processHeader (request, key, val) {
323
- if (val && (typeof val === 'object' && !Array.isArray(val))) {
324
- throw new InvalidArgumentError(`invalid ${key} header`)
325
- } else if (val === undefined) {
326
- return
327
- }
328
-
329
- let headerName = headerNameLowerCasedRecord[key]
330
-
331
- if (headerName === undefined) {
332
- headerName = key.toLowerCase()
333
- if (headerNameLowerCasedRecord[headerName] === undefined && !isValidHTTPToken(headerName)) {
334
- throw new InvalidArgumentError('invalid header key')
335
- }
336
- }
337
-
338
- if (Array.isArray(val)) {
339
- const arr = []
340
- for (let i = 0; i < val.length; i++) {
341
- if (typeof val[i] === 'string') {
342
- if (!isValidHeaderValue(val[i])) {
343
- throw new InvalidArgumentError(`invalid ${key} header`)
344
- }
345
- arr.push(val[i])
346
- } else if (val[i] === null) {
347
- arr.push('')
348
- } else if (typeof val[i] === 'object') {
349
- throw new InvalidArgumentError(`invalid ${key} header`)
350
- } else {
351
- arr.push(`${val[i]}`)
352
- }
353
- }
354
- val = arr
355
- } else if (typeof val === 'string') {
356
- if (!isValidHeaderValue(val)) {
357
- throw new InvalidArgumentError(`invalid ${key} header`)
358
- }
359
- } else if (val === null) {
360
- val = ''
361
- } else {
362
- val = `${val}`
363
- }
364
-
365
- if (request.host === null && headerName === 'host') {
366
- if (typeof val !== 'string') {
367
- throw new InvalidArgumentError('invalid host header')
368
- }
369
- // Consumed by Client
370
- request.host = val
371
- } else if (request.contentLength === null && headerName === 'content-length') {
372
- request.contentLength = parseInt(val, 10)
373
- if (!Number.isFinite(request.contentLength)) {
374
- throw new InvalidArgumentError('invalid content-length header')
375
- }
376
- } else if (request.contentType === null && headerName === 'content-type') {
377
- request.contentType = val
378
- request.headers.push(key, val)
379
- } else if (headerName === 'transfer-encoding' || headerName === 'keep-alive' || headerName === 'upgrade') {
380
- throw new InvalidArgumentError(`invalid ${headerName} header`)
381
- } else if (headerName === 'connection') {
382
- const value = typeof val === 'string' ? val.toLowerCase() : null
383
- if (value !== 'close' && value !== 'keep-alive') {
384
- throw new InvalidArgumentError('invalid connection header')
385
- }
386
-
387
- if (value === 'close') {
388
- request.reset = true
389
- }
390
- } else if (headerName === 'expect') {
391
- throw new NotSupportedError('expect header not supported')
392
- } else {
393
- request.headers.push(key, val)
394
- }
395
- }
396
-
397
- module.exports = Request
@@ -1,68 +0,0 @@
1
- 'use strict'
2
-
3
- module.exports = {
4
- kClose: Symbol('close'),
5
- kDestroy: Symbol('destroy'),
6
- kDispatch: Symbol('dispatch'),
7
- kUrl: Symbol('url'),
8
- kWriting: Symbol('writing'),
9
- kResuming: Symbol('resuming'),
10
- kQueue: Symbol('queue'),
11
- kConnect: Symbol('connect'),
12
- kConnecting: Symbol('connecting'),
13
- kKeepAliveDefaultTimeout: Symbol('default keep alive timeout'),
14
- kKeepAliveMaxTimeout: Symbol('max keep alive timeout'),
15
- kKeepAliveTimeoutThreshold: Symbol('keep alive timeout threshold'),
16
- kKeepAliveTimeoutValue: Symbol('keep alive timeout'),
17
- kKeepAlive: Symbol('keep alive'),
18
- kHeadersTimeout: Symbol('headers timeout'),
19
- kBodyTimeout: Symbol('body timeout'),
20
- kServerName: Symbol('server name'),
21
- kLocalAddress: Symbol('local address'),
22
- kHost: Symbol('host'),
23
- kNoRef: Symbol('no ref'),
24
- kBodyUsed: Symbol('used'),
25
- kBody: Symbol('abstracted request body'),
26
- kRunning: Symbol('running'),
27
- kBlocking: Symbol('blocking'),
28
- kPending: Symbol('pending'),
29
- kSize: Symbol('size'),
30
- kBusy: Symbol('busy'),
31
- kQueued: Symbol('queued'),
32
- kFree: Symbol('free'),
33
- kConnected: Symbol('connected'),
34
- kClosed: Symbol('closed'),
35
- kNeedDrain: Symbol('need drain'),
36
- kReset: Symbol('reset'),
37
- kDestroyed: Symbol.for('nodejs.stream.destroyed'),
38
- kResume: Symbol('resume'),
39
- kOnError: Symbol('on error'),
40
- kMaxHeadersSize: Symbol('max headers size'),
41
- kRunningIdx: Symbol('running index'),
42
- kPendingIdx: Symbol('pending index'),
43
- kError: Symbol('error'),
44
- kClients: Symbol('clients'),
45
- kClient: Symbol('client'),
46
- kParser: Symbol('parser'),
47
- kOnDestroyed: Symbol('destroy callbacks'),
48
- kPipelining: Symbol('pipelining'),
49
- kSocket: Symbol('socket'),
50
- kHostHeader: Symbol('host header'),
51
- kConnector: Symbol('connector'),
52
- kStrictContentLength: Symbol('strict content length'),
53
- kMaxRedirections: Symbol('maxRedirections'),
54
- kMaxRequests: Symbol('maxRequestsPerClient'),
55
- kProxy: Symbol('proxy agent options'),
56
- kCounter: Symbol('socket request counter'),
57
- kMaxResponseSize: Symbol('max response size'),
58
- kHTTP2Session: Symbol('http2Session'),
59
- kHTTP2SessionState: Symbol('http2Session state'),
60
- kRetryHandlerDefaultRetry: Symbol('retry agent default retry'),
61
- kConstruct: Symbol('constructable'),
62
- kListeners: Symbol('listeners'),
63
- kHTTPContext: Symbol('http context'),
64
- kMaxConcurrentStreams: Symbol('max concurrent streams'),
65
- kNoProxyAgent: Symbol('no proxy agent'),
66
- kHttpProxyAgent: Symbol('http proxy agent'),
67
- kHttpsProxyAgent: Symbol('https proxy agent')
68
- }