pokeedex 0.1.0 → 0.1.5

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 (560) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -5
  3. data/bin/pokeedex +1 -44
  4. data/lib/pokeedex/configuration.rb +0 -6
  5. data/lib/pokeedex/install_playwright.rb +62 -0
  6. data/lib/pokeedex/pokemon/scrapper/fetchers/base.rb +1 -1
  7. data/lib/pokeedex/version.rb +1 -1
  8. data/lib/pokeedex.rb +5 -2
  9. data/spec/pokeedex/configuration_spec.rb +0 -7
  10. data/spec/spec_helper.rb +1 -1
  11. metadata +2 -550
  12. data/node_modules/.bin/playwright +0 -1
  13. data/node_modules/.bin/playwright-core +0 -1
  14. data/node_modules/.yarn-integrity +0 -22
  15. data/node_modules/@playwright/test/LICENSE +0 -202
  16. data/node_modules/@playwright/test/NOTICE +0 -5
  17. data/node_modules/@playwright/test/README.md +0 -169
  18. data/node_modules/@playwright/test/cli.js +0 -19
  19. data/node_modules/@playwright/test/index.d.ts +0 -18
  20. data/node_modules/@playwright/test/index.js +0 -17
  21. data/node_modules/@playwright/test/index.mjs +0 -18
  22. data/node_modules/@playwright/test/node_modules/.bin/playwright +0 -1
  23. data/node_modules/@playwright/test/package.json +0 -35
  24. data/node_modules/@playwright/test/reporter.d.ts +0 -17
  25. data/node_modules/@playwright/test/reporter.js +0 -17
  26. data/node_modules/@playwright/test/reporter.mjs +0 -17
  27. data/node_modules/@types/node/LICENSE +0 -21
  28. data/node_modules/@types/node/README.md +0 -15
  29. data/node_modules/@types/node/assert/strict.d.ts +0 -8
  30. data/node_modules/@types/node/assert.d.ts +0 -1040
  31. data/node_modules/@types/node/async_hooks.d.ts +0 -541
  32. data/node_modules/@types/node/buffer.d.ts +0 -2300
  33. data/node_modules/@types/node/child_process.d.ts +0 -1544
  34. data/node_modules/@types/node/cluster.d.ts +0 -578
  35. data/node_modules/@types/node/console.d.ts +0 -452
  36. data/node_modules/@types/node/constants.d.ts +0 -19
  37. data/node_modules/@types/node/crypto.d.ts +0 -4451
  38. data/node_modules/@types/node/dgram.d.ts +0 -596
  39. data/node_modules/@types/node/diagnostics_channel.d.ts +0 -554
  40. data/node_modules/@types/node/dns/promises.d.ts +0 -476
  41. data/node_modules/@types/node/dns.d.ts +0 -865
  42. data/node_modules/@types/node/dom-events.d.ts +0 -124
  43. data/node_modules/@types/node/domain.d.ts +0 -170
  44. data/node_modules/@types/node/events.d.ts +0 -931
  45. data/node_modules/@types/node/fs/promises.d.ts +0 -1264
  46. data/node_modules/@types/node/fs.d.ts +0 -4390
  47. data/node_modules/@types/node/globals.d.ts +0 -611
  48. data/node_modules/@types/node/globals.global.d.ts +0 -1
  49. data/node_modules/@types/node/http.d.ts +0 -1921
  50. data/node_modules/@types/node/http2.d.ts +0 -2555
  51. data/node_modules/@types/node/https.d.ts +0 -544
  52. data/node_modules/@types/node/index.d.ts +0 -90
  53. data/node_modules/@types/node/inspector.d.ts +0 -3966
  54. data/node_modules/@types/node/module.d.ts +0 -301
  55. data/node_modules/@types/node/net.d.ts +0 -995
  56. data/node_modules/@types/node/os.d.ts +0 -495
  57. data/node_modules/@types/node/package.json +0 -217
  58. data/node_modules/@types/node/path.d.ts +0 -200
  59. data/node_modules/@types/node/perf_hooks.d.ts +0 -941
  60. data/node_modules/@types/node/process.d.ts +0 -1912
  61. data/node_modules/@types/node/punycode.d.ts +0 -117
  62. data/node_modules/@types/node/querystring.d.ts +0 -153
  63. data/node_modules/@types/node/readline/promises.d.ts +0 -150
  64. data/node_modules/@types/node/readline.d.ts +0 -540
  65. data/node_modules/@types/node/repl.d.ts +0 -430
  66. data/node_modules/@types/node/sea.d.ts +0 -153
  67. data/node_modules/@types/node/sqlite.d.ts +0 -213
  68. data/node_modules/@types/node/stream/consumers.d.ts +0 -12
  69. data/node_modules/@types/node/stream/promises.d.ts +0 -83
  70. data/node_modules/@types/node/stream/web.d.ts +0 -606
  71. data/node_modules/@types/node/stream.d.ts +0 -1726
  72. data/node_modules/@types/node/string_decoder.d.ts +0 -67
  73. data/node_modules/@types/node/test.d.ts +0 -2098
  74. data/node_modules/@types/node/timers/promises.d.ts +0 -97
  75. data/node_modules/@types/node/timers.d.ts +0 -240
  76. data/node_modules/@types/node/tls.d.ts +0 -1220
  77. data/node_modules/@types/node/trace_events.d.ts +0 -197
  78. data/node_modules/@types/node/tty.d.ts +0 -208
  79. data/node_modules/@types/node/url.d.ts +0 -969
  80. data/node_modules/@types/node/util.d.ts +0 -2301
  81. data/node_modules/@types/node/v8.d.ts +0 -808
  82. data/node_modules/@types/node/vm.d.ts +0 -922
  83. data/node_modules/@types/node/wasi.d.ts +0 -181
  84. data/node_modules/@types/node/worker_threads.d.ts +0 -712
  85. data/node_modules/@types/node/zlib.d.ts +0 -539
  86. data/node_modules/fsevents/LICENSE +0 -22
  87. data/node_modules/fsevents/README.md +0 -83
  88. data/node_modules/fsevents/fsevents.d.ts +0 -46
  89. data/node_modules/fsevents/fsevents.js +0 -82
  90. data/node_modules/fsevents/fsevents.node +0 -0
  91. data/node_modules/fsevents/package.json +0 -62
  92. data/node_modules/playwright/.eslintrc.js +0 -6
  93. data/node_modules/playwright/LICENSE +0 -202
  94. data/node_modules/playwright/NOTICE +0 -5
  95. data/node_modules/playwright/README.md +0 -169
  96. data/node_modules/playwright/ThirdPartyNotices.txt +0 -4356
  97. data/node_modules/playwright/cli.js +0 -19
  98. data/node_modules/playwright/index.d.ts +0 -17
  99. data/node_modules/playwright/index.js +0 -17
  100. data/node_modules/playwright/index.mjs +0 -18
  101. data/node_modules/playwright/jsx-runtime.js +0 -41
  102. data/node_modules/playwright/jsx-runtime.mjs +0 -21
  103. data/node_modules/playwright/lib/common/config.js +0 -256
  104. data/node_modules/playwright/lib/common/configLoader.js +0 -321
  105. data/node_modules/playwright/lib/common/esmLoaderHost.js +0 -93
  106. data/node_modules/playwright/lib/common/expectBundle.js +0 -27
  107. data/node_modules/playwright/lib/common/expectBundleImpl.js +0 -389
  108. data/node_modules/playwright/lib/common/fixtures.js +0 -323
  109. data/node_modules/playwright/lib/common/globals.js +0 -48
  110. data/node_modules/playwright/lib/common/ipc.js +0 -48
  111. data/node_modules/playwright/lib/common/poolBuilder.js +0 -79
  112. data/node_modules/playwright/lib/common/process.js +0 -140
  113. data/node_modules/playwright/lib/common/suiteUtils.js +0 -133
  114. data/node_modules/playwright/lib/common/test.js +0 -311
  115. data/node_modules/playwright/lib/common/testLoader.js +0 -102
  116. data/node_modules/playwright/lib/common/testType.js +0 -284
  117. data/node_modules/playwright/lib/fsWatcher.js +0 -69
  118. data/node_modules/playwright/lib/index.js +0 -888
  119. data/node_modules/playwright/lib/internalsForTest.js +0 -28
  120. data/node_modules/playwright/lib/isomorphic/events.js +0 -72
  121. data/node_modules/playwright/lib/isomorphic/folders.js +0 -25
  122. data/node_modules/playwright/lib/isomorphic/stringInternPool.js +0 -58
  123. data/node_modules/playwright/lib/isomorphic/teleReceiver.js +0 -504
  124. data/node_modules/playwright/lib/isomorphic/teleSuiteUpdater.js +0 -149
  125. data/node_modules/playwright/lib/isomorphic/testServerConnection.js +0 -210
  126. data/node_modules/playwright/lib/isomorphic/testServerInterface.js +0 -5
  127. data/node_modules/playwright/lib/isomorphic/testTree.js +0 -272
  128. data/node_modules/playwright/lib/loader/loaderMain.js +0 -58
  129. data/node_modules/playwright/lib/matchers/expect.js +0 -297
  130. data/node_modules/playwright/lib/matchers/matcherHint.js +0 -50
  131. data/node_modules/playwright/lib/matchers/matchers.js +0 -449
  132. data/node_modules/playwright/lib/matchers/toBeTruthy.js +0 -55
  133. data/node_modules/playwright/lib/matchers/toEqual.js +0 -57
  134. data/node_modules/playwright/lib/matchers/toMatchSnapshot.js +0 -383
  135. data/node_modules/playwright/lib/matchers/toMatchText.js +0 -76
  136. data/node_modules/playwright/lib/plugins/gitCommitInfoPlugin.js +0 -78
  137. data/node_modules/playwright/lib/plugins/index.js +0 -19
  138. data/node_modules/playwright/lib/plugins/webServerPlugin.js +0 -187
  139. data/node_modules/playwright/lib/program.js +0 -346
  140. data/node_modules/playwright/lib/reporters/base.js +0 -553
  141. data/node_modules/playwright/lib/reporters/blob.js +0 -133
  142. data/node_modules/playwright/lib/reporters/dot.js +0 -82
  143. data/node_modules/playwright/lib/reporters/empty.js +0 -42
  144. data/node_modules/playwright/lib/reporters/github.js +0 -115
  145. data/node_modules/playwright/lib/reporters/html.js +0 -623
  146. data/node_modules/playwright/lib/reporters/internalReporter.js +0 -123
  147. data/node_modules/playwright/lib/reporters/json.js +0 -243
  148. data/node_modules/playwright/lib/reporters/junit.js +0 -233
  149. data/node_modules/playwright/lib/reporters/line.js +0 -108
  150. data/node_modules/playwright/lib/reporters/list.js +0 -222
  151. data/node_modules/playwright/lib/reporters/markdown.js +0 -76
  152. data/node_modules/playwright/lib/reporters/merge.js +0 -477
  153. data/node_modules/playwright/lib/reporters/multiplexer.js +0 -90
  154. data/node_modules/playwright/lib/reporters/reporterV2.js +0 -118
  155. data/node_modules/playwright/lib/reporters/teleEmitter.js +0 -268
  156. data/node_modules/playwright/lib/reporters/versions/blobV1.js +0 -5
  157. data/node_modules/playwright/lib/runner/dispatcher.js +0 -532
  158. data/node_modules/playwright/lib/runner/failureTracker.js +0 -60
  159. data/node_modules/playwright/lib/runner/loadUtils.js +0 -308
  160. data/node_modules/playwright/lib/runner/loaderHost.js +0 -85
  161. data/node_modules/playwright/lib/runner/processHost.js +0 -175
  162. data/node_modules/playwright/lib/runner/projectUtils.js +0 -203
  163. data/node_modules/playwright/lib/runner/reporters.js +0 -151
  164. data/node_modules/playwright/lib/runner/runner.js +0 -179
  165. data/node_modules/playwright/lib/runner/sigIntWatcher.js +0 -100
  166. data/node_modules/playwright/lib/runner/taskRunner.js +0 -147
  167. data/node_modules/playwright/lib/runner/tasks.js +0 -407
  168. data/node_modules/playwright/lib/runner/testGroups.js +0 -136
  169. data/node_modules/playwright/lib/runner/testServer.js +0 -605
  170. data/node_modules/playwright/lib/runner/uiModeReporter.js +0 -31
  171. data/node_modules/playwright/lib/runner/vcs.js +0 -55
  172. data/node_modules/playwright/lib/runner/watchMode.js +0 -398
  173. data/node_modules/playwright/lib/runner/workerHost.js +0 -85
  174. data/node_modules/playwright/lib/third_party/tsconfig-loader.js +0 -134
  175. data/node_modules/playwright/lib/transform/babelBundle.js +0 -28
  176. data/node_modules/playwright/lib/transform/babelBundleImpl.js +0 -2032
  177. data/node_modules/playwright/lib/transform/compilationCache.js +0 -254
  178. data/node_modules/playwright/lib/transform/esmLoader.js +0 -117
  179. data/node_modules/playwright/lib/transform/esmUtils.js +0 -32
  180. data/node_modules/playwright/lib/transform/portTransport.js +0 -81
  181. data/node_modules/playwright/lib/transform/transform.js +0 -267
  182. data/node_modules/playwright/lib/util.js +0 -356
  183. data/node_modules/playwright/lib/utilsBundle.js +0 -28
  184. data/node_modules/playwright/lib/utilsBundleImpl.js +0 -102
  185. data/node_modules/playwright/lib/worker/fixtureRunner.js +0 -279
  186. data/node_modules/playwright/lib/worker/testInfo.js +0 -397
  187. data/node_modules/playwright/lib/worker/testTracing.js +0 -314
  188. data/node_modules/playwright/lib/worker/timeoutManager.js +0 -153
  189. data/node_modules/playwright/lib/worker/workerMain.js +0 -637
  190. data/node_modules/playwright/node_modules/.bin/playwright-core +0 -1
  191. data/node_modules/playwright/package.json +0 -66
  192. data/node_modules/playwright/test.d.ts +0 -18
  193. data/node_modules/playwright/test.js +0 -24
  194. data/node_modules/playwright/test.mjs +0 -33
  195. data/node_modules/playwright/types/test.d.ts +0 -8444
  196. data/node_modules/playwright/types/testReporter.d.ts +0 -749
  197. data/node_modules/playwright-core/LICENSE +0 -202
  198. data/node_modules/playwright-core/NOTICE +0 -5
  199. data/node_modules/playwright-core/README.md +0 -3
  200. data/node_modules/playwright-core/ThirdPartyNotices.txt +0 -1548
  201. data/node_modules/playwright-core/bin/PrintDeps.exe +0 -0
  202. data/node_modules/playwright-core/bin/README.md +0 -2
  203. data/node_modules/playwright-core/bin/install_media_pack.ps1 +0 -5
  204. data/node_modules/playwright-core/bin/reinstall_chrome_beta_linux.sh +0 -40
  205. data/node_modules/playwright-core/bin/reinstall_chrome_beta_mac.sh +0 -13
  206. data/node_modules/playwright-core/bin/reinstall_chrome_beta_win.ps1 +0 -24
  207. data/node_modules/playwright-core/bin/reinstall_chrome_stable_linux.sh +0 -40
  208. data/node_modules/playwright-core/bin/reinstall_chrome_stable_mac.sh +0 -12
  209. data/node_modules/playwright-core/bin/reinstall_chrome_stable_win.ps1 +0 -24
  210. data/node_modules/playwright-core/bin/reinstall_msedge_beta_linux.sh +0 -40
  211. data/node_modules/playwright-core/bin/reinstall_msedge_beta_mac.sh +0 -11
  212. data/node_modules/playwright-core/bin/reinstall_msedge_beta_win.ps1 +0 -23
  213. data/node_modules/playwright-core/bin/reinstall_msedge_dev_linux.sh +0 -40
  214. data/node_modules/playwright-core/bin/reinstall_msedge_dev_mac.sh +0 -11
  215. data/node_modules/playwright-core/bin/reinstall_msedge_dev_win.ps1 +0 -23
  216. data/node_modules/playwright-core/bin/reinstall_msedge_stable_linux.sh +0 -40
  217. data/node_modules/playwright-core/bin/reinstall_msedge_stable_mac.sh +0 -11
  218. data/node_modules/playwright-core/bin/reinstall_msedge_stable_win.ps1 +0 -24
  219. data/node_modules/playwright-core/browsers.json +0 -53
  220. data/node_modules/playwright-core/cli.js +0 -18
  221. data/node_modules/playwright-core/index.d.ts +0 -17
  222. data/node_modules/playwright-core/index.js +0 -33
  223. data/node_modules/playwright-core/index.mjs +0 -28
  224. data/node_modules/playwright-core/lib/androidServerImpl.js +0 -69
  225. data/node_modules/playwright-core/lib/browserServerImpl.js +0 -92
  226. data/node_modules/playwright-core/lib/cli/driver.js +0 -95
  227. data/node_modules/playwright-core/lib/cli/program.js +0 -577
  228. data/node_modules/playwright-core/lib/cli/programWithTestStub.js +0 -67
  229. data/node_modules/playwright-core/lib/client/accessibility.js +0 -50
  230. data/node_modules/playwright-core/lib/client/android.js +0 -473
  231. data/node_modules/playwright-core/lib/client/api.js +0 -279
  232. data/node_modules/playwright-core/lib/client/artifact.js +0 -79
  233. data/node_modules/playwright-core/lib/client/browser.js +0 -145
  234. data/node_modules/playwright-core/lib/client/browserContext.js +0 -541
  235. data/node_modules/playwright-core/lib/client/browserType.js +0 -241
  236. data/node_modules/playwright-core/lib/client/cdpSession.js +0 -53
  237. data/node_modules/playwright-core/lib/client/channelOwner.js +0 -231
  238. data/node_modules/playwright-core/lib/client/clientHelper.js +0 -57
  239. data/node_modules/playwright-core/lib/client/clientInstrumentation.js +0 -50
  240. data/node_modules/playwright-core/lib/client/clock.js +0 -68
  241. data/node_modules/playwright-core/lib/client/connection.js +0 -330
  242. data/node_modules/playwright-core/lib/client/consoleMessage.js +0 -55
  243. data/node_modules/playwright-core/lib/client/coverage.js +0 -41
  244. data/node_modules/playwright-core/lib/client/dialog.js +0 -57
  245. data/node_modules/playwright-core/lib/client/download.js +0 -62
  246. data/node_modules/playwright-core/lib/client/electron.js +0 -135
  247. data/node_modules/playwright-core/lib/client/elementHandle.js +0 -321
  248. data/node_modules/playwright-core/lib/client/errors.js +0 -77
  249. data/node_modules/playwright-core/lib/client/eventEmitter.js +0 -314
  250. data/node_modules/playwright-core/lib/client/events.js +0 -94
  251. data/node_modules/playwright-core/lib/client/fetch.js +0 -396
  252. data/node_modules/playwright-core/lib/client/fileChooser.js +0 -45
  253. data/node_modules/playwright-core/lib/client/frame.js +0 -504
  254. data/node_modules/playwright-core/lib/client/harRouter.js +0 -99
  255. data/node_modules/playwright-core/lib/client/input.js +0 -111
  256. data/node_modules/playwright-core/lib/client/jsHandle.js +0 -129
  257. data/node_modules/playwright-core/lib/client/jsonPipe.js +0 -35
  258. data/node_modules/playwright-core/lib/client/localUtils.js +0 -35
  259. data/node_modules/playwright-core/lib/client/locator.js +0 -441
  260. data/node_modules/playwright-core/lib/client/network.js +0 -604
  261. data/node_modules/playwright-core/lib/client/page.js +0 -725
  262. data/node_modules/playwright-core/lib/client/playwright.js +0 -77
  263. data/node_modules/playwright-core/lib/client/selectors.js +0 -67
  264. data/node_modules/playwright-core/lib/client/stream.js +0 -54
  265. data/node_modules/playwright-core/lib/client/tracing.js +0 -138
  266. data/node_modules/playwright-core/lib/client/types.js +0 -24
  267. data/node_modules/playwright-core/lib/client/video.js +0 -51
  268. data/node_modules/playwright-core/lib/client/waiter.js +0 -158
  269. data/node_modules/playwright-core/lib/client/webError.js +0 -37
  270. data/node_modules/playwright-core/lib/client/worker.js +0 -71
  271. data/node_modules/playwright-core/lib/client/writableStream.js +0 -54
  272. data/node_modules/playwright-core/lib/common/socksProxy.js +0 -569
  273. data/node_modules/playwright-core/lib/common/timeoutSettings.js +0 -73
  274. data/node_modules/playwright-core/lib/common/types.js +0 -5
  275. data/node_modules/playwright-core/lib/generated/clockSource.js +0 -7
  276. data/node_modules/playwright-core/lib/generated/consoleApiSource.js +0 -7
  277. data/node_modules/playwright-core/lib/generated/injectedScriptSource.js +0 -7
  278. data/node_modules/playwright-core/lib/generated/recorderSource.js +0 -7
  279. data/node_modules/playwright-core/lib/generated/utilityScriptSource.js +0 -7
  280. data/node_modules/playwright-core/lib/image_tools/colorUtils.js +0 -98
  281. data/node_modules/playwright-core/lib/image_tools/compare.js +0 -108
  282. data/node_modules/playwright-core/lib/image_tools/imageChannel.js +0 -70
  283. data/node_modules/playwright-core/lib/image_tools/stats.js +0 -102
  284. data/node_modules/playwright-core/lib/inProcessFactory.js +0 -54
  285. data/node_modules/playwright-core/lib/inprocess.js +0 -20
  286. data/node_modules/playwright-core/lib/outofprocess.js +0 -67
  287. data/node_modules/playwright-core/lib/protocol/debug.js +0 -27
  288. data/node_modules/playwright-core/lib/protocol/serializers.js +0 -173
  289. data/node_modules/playwright-core/lib/protocol/transport.js +0 -82
  290. data/node_modules/playwright-core/lib/protocol/validator.js +0 -2694
  291. data/node_modules/playwright-core/lib/protocol/validatorPrimitives.js +0 -139
  292. data/node_modules/playwright-core/lib/remote/playwrightConnection.js +0 -274
  293. data/node_modules/playwright-core/lib/remote/playwrightServer.js +0 -110
  294. data/node_modules/playwright-core/lib/server/accessibility.js +0 -62
  295. data/node_modules/playwright-core/lib/server/android/android.js +0 -441
  296. data/node_modules/playwright-core/lib/server/android/backendAdb.js +0 -172
  297. data/node_modules/playwright-core/lib/server/artifact.js +0 -104
  298. data/node_modules/playwright-core/lib/server/bidi/bidiBrowser.js +0 -296
  299. data/node_modules/playwright-core/lib/server/bidi/bidiConnection.js +0 -206
  300. data/node_modules/playwright-core/lib/server/bidi/bidiExecutionContext.js +0 -162
  301. data/node_modules/playwright-core/lib/server/bidi/bidiFirefox.js +0 -110
  302. data/node_modules/playwright-core/lib/server/bidi/bidiInput.js +0 -174
  303. data/node_modules/playwright-core/lib/server/bidi/bidiNetworkManager.js +0 -304
  304. data/node_modules/playwright-core/lib/server/bidi/bidiPage.js +0 -456
  305. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiDeserializer.js +0 -93
  306. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiKeyboard.js +0 -238
  307. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocol.js +0 -139
  308. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiSerializer.js +0 -144
  309. data/node_modules/playwright-core/lib/server/browser.js +0 -137
  310. data/node_modules/playwright-core/lib/server/browserContext.js +0 -684
  311. data/node_modules/playwright-core/lib/server/browserType.js +0 -307
  312. data/node_modules/playwright-core/lib/server/chromium/appIcon.png +0 -0
  313. data/node_modules/playwright-core/lib/server/chromium/chromium.js +0 -362
  314. data/node_modules/playwright-core/lib/server/chromium/chromiumSwitches.js +0 -44
  315. data/node_modules/playwright-core/lib/server/chromium/crAccessibility.js +0 -237
  316. data/node_modules/playwright-core/lib/server/chromium/crBrowser.js +0 -515
  317. data/node_modules/playwright-core/lib/server/chromium/crConnection.js +0 -228
  318. data/node_modules/playwright-core/lib/server/chromium/crCoverage.js +0 -246
  319. data/node_modules/playwright-core/lib/server/chromium/crDevTools.js +0 -104
  320. data/node_modules/playwright-core/lib/server/chromium/crDragDrop.js +0 -143
  321. data/node_modules/playwright-core/lib/server/chromium/crExecutionContext.js +0 -156
  322. data/node_modules/playwright-core/lib/server/chromium/crInput.js +0 -171
  323. data/node_modules/playwright-core/lib/server/chromium/crNetworkManager.js +0 -767
  324. data/node_modules/playwright-core/lib/server/chromium/crPage.js +0 -1128
  325. data/node_modules/playwright-core/lib/server/chromium/crPdf.js +0 -153
  326. data/node_modules/playwright-core/lib/server/chromium/crProtocolHelper.js +0 -133
  327. data/node_modules/playwright-core/lib/server/chromium/crServiceWorker.js +0 -112
  328. data/node_modules/playwright-core/lib/server/chromium/defaultFontFamilies.js +0 -145
  329. data/node_modules/playwright-core/lib/server/chromium/videoRecorder.js +0 -155
  330. data/node_modules/playwright-core/lib/server/clock.js +0 -125
  331. data/node_modules/playwright-core/lib/server/codegen/csharp.js +0 -299
  332. data/node_modules/playwright-core/lib/server/codegen/java.js +0 -235
  333. data/node_modules/playwright-core/lib/server/codegen/javascript.js +0 -223
  334. data/node_modules/playwright-core/lib/server/codegen/jsonl.js +0 -47
  335. data/node_modules/playwright-core/lib/server/codegen/language.js +0 -76
  336. data/node_modules/playwright-core/lib/server/codegen/languages.js +0 -30
  337. data/node_modules/playwright-core/lib/server/codegen/python.js +0 -265
  338. data/node_modules/playwright-core/lib/server/codegen/types.js +0 -5
  339. data/node_modules/playwright-core/lib/server/console.js +0 -57
  340. data/node_modules/playwright-core/lib/server/cookieStore.js +0 -112
  341. data/node_modules/playwright-core/lib/server/debugController.js +0 -234
  342. data/node_modules/playwright-core/lib/server/debugger.js +0 -132
  343. data/node_modules/playwright-core/lib/server/deviceDescriptors.js +0 -26
  344. data/node_modules/playwright-core/lib/server/deviceDescriptorsSource.json +0 -1669
  345. data/node_modules/playwright-core/lib/server/dialog.js +0 -70
  346. data/node_modules/playwright-core/lib/server/dispatchers/androidDispatcher.js +0 -193
  347. data/node_modules/playwright-core/lib/server/dispatchers/artifactDispatcher.js +0 -118
  348. data/node_modules/playwright-core/lib/server/dispatchers/browserContextDispatcher.js +0 -351
  349. data/node_modules/playwright-core/lib/server/dispatchers/browserDispatcher.js +0 -170
  350. data/node_modules/playwright-core/lib/server/dispatchers/browserTypeDispatcher.js +0 -55
  351. data/node_modules/playwright-core/lib/server/dispatchers/cdpSessionDispatcher.js +0 -48
  352. data/node_modules/playwright-core/lib/server/dispatchers/debugControllerDispatcher.js +0 -103
  353. data/node_modules/playwright-core/lib/server/dispatchers/dialogDispatcher.js +0 -44
  354. data/node_modules/playwright-core/lib/server/dispatchers/dispatcher.js +0 -395
  355. data/node_modules/playwright-core/lib/server/dispatchers/electronDispatcher.js +0 -93
  356. data/node_modules/playwright-core/lib/server/dispatchers/elementHandlerDispatcher.js +0 -228
  357. data/node_modules/playwright-core/lib/server/dispatchers/frameDispatcher.js +0 -286
  358. data/node_modules/playwright-core/lib/server/dispatchers/jsHandleDispatcher.js +0 -102
  359. data/node_modules/playwright-core/lib/server/dispatchers/jsonPipeDispatcher.js +0 -59
  360. data/node_modules/playwright-core/lib/server/dispatchers/localUtilsDispatcher.js +0 -413
  361. data/node_modules/playwright-core/lib/server/dispatchers/networkDispatchers.js +0 -221
  362. data/node_modules/playwright-core/lib/server/dispatchers/pageDispatcher.js +0 -358
  363. data/node_modules/playwright-core/lib/server/dispatchers/playwrightDispatcher.js +0 -106
  364. data/node_modules/playwright-core/lib/server/dispatchers/selectorsDispatcher.js +0 -36
  365. data/node_modules/playwright-core/lib/server/dispatchers/streamDispatcher.js +0 -62
  366. data/node_modules/playwright-core/lib/server/dispatchers/tracingDispatcher.js +0 -54
  367. data/node_modules/playwright-core/lib/server/dispatchers/writableStreamDispatcher.js +0 -58
  368. data/node_modules/playwright-core/lib/server/dom.js +0 -845
  369. data/node_modules/playwright-core/lib/server/download.js +0 -53
  370. data/node_modules/playwright-core/lib/server/electron/electron.js +0 -296
  371. data/node_modules/playwright-core/lib/server/electron/loader.js +0 -57
  372. data/node_modules/playwright-core/lib/server/errors.js +0 -68
  373. data/node_modules/playwright-core/lib/server/fetch.js +0 -660
  374. data/node_modules/playwright-core/lib/server/fileChooser.js +0 -42
  375. data/node_modules/playwright-core/lib/server/fileUploadUtils.js +0 -75
  376. data/node_modules/playwright-core/lib/server/firefox/ffAccessibility.js +0 -216
  377. data/node_modules/playwright-core/lib/server/firefox/ffBrowser.js +0 -458
  378. data/node_modules/playwright-core/lib/server/firefox/ffConnection.js +0 -168
  379. data/node_modules/playwright-core/lib/server/firefox/ffExecutionContext.js +0 -138
  380. data/node_modules/playwright-core/lib/server/firefox/ffInput.js +0 -150
  381. data/node_modules/playwright-core/lib/server/firefox/ffNetworkManager.js +0 -233
  382. data/node_modules/playwright-core/lib/server/firefox/ffPage.js +0 -556
  383. data/node_modules/playwright-core/lib/server/firefox/firefox.js +0 -110
  384. data/node_modules/playwright-core/lib/server/formData.js +0 -75
  385. data/node_modules/playwright-core/lib/server/frameSelectors.js +0 -171
  386. data/node_modules/playwright-core/lib/server/frames.js +0 -1654
  387. data/node_modules/playwright-core/lib/server/har/harRecorder.js +0 -139
  388. data/node_modules/playwright-core/lib/server/har/harTracer.js +0 -531
  389. data/node_modules/playwright-core/lib/server/helper.js +0 -103
  390. data/node_modules/playwright-core/lib/server/index.js +0 -114
  391. data/node_modules/playwright-core/lib/server/input.js +0 -311
  392. data/node_modules/playwright-core/lib/server/instrumentation.js +0 -70
  393. data/node_modules/playwright-core/lib/server/isomorphic/utilityScriptSerializers.js +0 -226
  394. data/node_modules/playwright-core/lib/server/javascript.js +0 -306
  395. data/node_modules/playwright-core/lib/server/launchApp.js +0 -91
  396. data/node_modules/playwright-core/lib/server/macEditingCommands.js +0 -139
  397. data/node_modules/playwright-core/lib/server/network.js +0 -617
  398. data/node_modules/playwright-core/lib/server/page.js +0 -825
  399. data/node_modules/playwright-core/lib/server/pipeTransport.js +0 -85
  400. data/node_modules/playwright-core/lib/server/playwright.js +0 -85
  401. data/node_modules/playwright-core/lib/server/progress.js +0 -102
  402. data/node_modules/playwright-core/lib/server/protocolError.js +0 -49
  403. data/node_modules/playwright-core/lib/server/recorder/contextRecorder.js +0 -316
  404. data/node_modules/playwright-core/lib/server/recorder/recorderActions.js +0 -5
  405. data/node_modules/playwright-core/lib/server/recorder/recorderApp.js +0 -190
  406. data/node_modules/playwright-core/lib/server/recorder/recorderCollection.js +0 -127
  407. data/node_modules/playwright-core/lib/server/recorder/recorderRunner.js +0 -177
  408. data/node_modules/playwright-core/lib/server/recorder/recorderUtils.js +0 -71
  409. data/node_modules/playwright-core/lib/server/recorder/throttledFile.js +0 -46
  410. data/node_modules/playwright-core/lib/server/recorder.js +0 -324
  411. data/node_modules/playwright-core/lib/server/registry/browserFetcher.js +0 -168
  412. data/node_modules/playwright-core/lib/server/registry/dependencies.js +0 -322
  413. data/node_modules/playwright-core/lib/server/registry/index.js +0 -924
  414. data/node_modules/playwright-core/lib/server/registry/nativeDeps.js +0 -490
  415. data/node_modules/playwright-core/lib/server/registry/oopDownloadBrowserMain.js +0 -138
  416. data/node_modules/playwright-core/lib/server/screenshotter.js +0 -348
  417. data/node_modules/playwright-core/lib/server/selectors.js +0 -73
  418. data/node_modules/playwright-core/lib/server/socksClientCertificatesInterceptor.js +0 -328
  419. data/node_modules/playwright-core/lib/server/socksInterceptor.js +0 -100
  420. data/node_modules/playwright-core/lib/server/trace/recorder/snapshotter.js +0 -171
  421. data/node_modules/playwright-core/lib/server/trace/recorder/snapshotterInjected.js +0 -493
  422. data/node_modules/playwright-core/lib/server/trace/recorder/tracing.js +0 -486
  423. data/node_modules/playwright-core/lib/server/trace/test/inMemorySnapshotter.js +0 -93
  424. data/node_modules/playwright-core/lib/server/trace/viewer/traceViewer.js +0 -216
  425. data/node_modules/playwright-core/lib/server/transport.js +0 -191
  426. data/node_modules/playwright-core/lib/server/types.js +0 -24
  427. data/node_modules/playwright-core/lib/server/usKeyboardLayout.js +0 -555
  428. data/node_modules/playwright-core/lib/server/webkit/webkit.js +0 -87
  429. data/node_modules/playwright-core/lib/server/webkit/wkAccessibility.js +0 -194
  430. data/node_modules/playwright-core/lib/server/webkit/wkBrowser.js +0 -328
  431. data/node_modules/playwright-core/lib/server/webkit/wkConnection.js +0 -173
  432. data/node_modules/playwright-core/lib/server/webkit/wkExecutionContext.js +0 -146
  433. data/node_modules/playwright-core/lib/server/webkit/wkInput.js +0 -169
  434. data/node_modules/playwright-core/lib/server/webkit/wkInterceptableRequest.js +0 -162
  435. data/node_modules/playwright-core/lib/server/webkit/wkPage.js +0 -1216
  436. data/node_modules/playwright-core/lib/server/webkit/wkProvisionalPage.js +0 -94
  437. data/node_modules/playwright-core/lib/server/webkit/wkWorkers.js +0 -104
  438. data/node_modules/playwright-core/lib/third_party/diff_match_patch.js +0 -2222
  439. data/node_modules/playwright-core/lib/third_party/pixelmatch.js +0 -255
  440. data/node_modules/playwright-core/lib/utils/ascii.js +0 -31
  441. data/node_modules/playwright-core/lib/utils/comparators.js +0 -171
  442. data/node_modules/playwright-core/lib/utils/crypto.js +0 -174
  443. data/node_modules/playwright-core/lib/utils/debug.js +0 -46
  444. data/node_modules/playwright-core/lib/utils/debugLogger.js +0 -91
  445. data/node_modules/playwright-core/lib/utils/env.js +0 -49
  446. data/node_modules/playwright-core/lib/utils/eventsHelper.js +0 -38
  447. data/node_modules/playwright-core/lib/utils/expectUtils.js +0 -33
  448. data/node_modules/playwright-core/lib/utils/fileUtils.js +0 -205
  449. data/node_modules/playwright-core/lib/utils/happy-eyeballs.js +0 -181
  450. data/node_modules/playwright-core/lib/utils/headers.js +0 -52
  451. data/node_modules/playwright-core/lib/utils/hostPlatform.js +0 -133
  452. data/node_modules/playwright-core/lib/utils/httpServer.js +0 -236
  453. data/node_modules/playwright-core/lib/utils/index.js +0 -368
  454. data/node_modules/playwright-core/lib/utils/isomorphic/cssParser.js +0 -250
  455. data/node_modules/playwright-core/lib/utils/isomorphic/cssTokenizer.js +0 -979
  456. data/node_modules/playwright-core/lib/utils/isomorphic/locatorGenerators.js +0 -651
  457. data/node_modules/playwright-core/lib/utils/isomorphic/locatorParser.js +0 -179
  458. data/node_modules/playwright-core/lib/utils/isomorphic/locatorUtils.js +0 -62
  459. data/node_modules/playwright-core/lib/utils/isomorphic/mimeType.js +0 -29
  460. data/node_modules/playwright-core/lib/utils/isomorphic/selectorParser.js +0 -397
  461. data/node_modules/playwright-core/lib/utils/isomorphic/stringUtils.js +0 -139
  462. data/node_modules/playwright-core/lib/utils/isomorphic/traceUtils.js +0 -39
  463. data/node_modules/playwright-core/lib/utils/isomorphic/urlMatch.js +0 -120
  464. data/node_modules/playwright-core/lib/utils/linuxUtils.js +0 -78
  465. data/node_modules/playwright-core/lib/utils/manualPromise.js +0 -109
  466. data/node_modules/playwright-core/lib/utils/multimap.js +0 -75
  467. data/node_modules/playwright-core/lib/utils/network.js +0 -160
  468. data/node_modules/playwright-core/lib/utils/processLauncher.js +0 -248
  469. data/node_modules/playwright-core/lib/utils/profiler.js +0 -53
  470. data/node_modules/playwright-core/lib/utils/rtti.js +0 -44
  471. data/node_modules/playwright-core/lib/utils/semaphore.js +0 -51
  472. data/node_modules/playwright-core/lib/utils/spawnAsync.js +0 -45
  473. data/node_modules/playwright-core/lib/utils/stackTrace.js +0 -121
  474. data/node_modules/playwright-core/lib/utils/task.js +0 -58
  475. data/node_modules/playwright-core/lib/utils/time.js +0 -37
  476. data/node_modules/playwright-core/lib/utils/timeoutRunner.js +0 -66
  477. data/node_modules/playwright-core/lib/utils/traceUtils.js +0 -44
  478. data/node_modules/playwright-core/lib/utils/userAgent.js +0 -105
  479. data/node_modules/playwright-core/lib/utils/wsServer.js +0 -127
  480. data/node_modules/playwright-core/lib/utils/zipFile.js +0 -75
  481. data/node_modules/playwright-core/lib/utils/zones.js +0 -62
  482. data/node_modules/playwright-core/lib/utilsBundle.js +0 -82
  483. data/node_modules/playwright-core/lib/utilsBundleImpl/index.js +0 -53
  484. data/node_modules/playwright-core/lib/utilsBundleImpl/xdg-open +0 -1066
  485. data/node_modules/playwright-core/lib/vite/htmlReport/index.html +0 -66
  486. data/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-aW6Vz3gf.js +0 -24
  487. data/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-ez37Vkbh.css +0 -1
  488. data/node_modules/playwright-core/lib/vite/recorder/assets/codicon-DCmgc-ay.ttf +0 -0
  489. data/node_modules/playwright-core/lib/vite/recorder/assets/index-B-MT5gKo.css +0 -1
  490. data/node_modules/playwright-core/lib/vite/recorder/assets/index-DCpXOVIh.js +0 -47
  491. data/node_modules/playwright-core/lib/vite/recorder/index.html +0 -29
  492. data/node_modules/playwright-core/lib/vite/recorder/playwright-logo.svg +0 -9
  493. data/node_modules/playwright-core/lib/vite/traceViewer/assets/codeMirrorModule-eFKCUIu2.js +0 -24
  494. data/node_modules/playwright-core/lib/vite/traceViewer/assets/testServerConnection-DeE2kSzz.js +0 -1
  495. data/node_modules/playwright-core/lib/vite/traceViewer/assets/workbench-D0cirtfA.js +0 -72
  496. data/node_modules/playwright-core/lib/vite/traceViewer/assets/xtermModule-BeNbaIVa.js +0 -9
  497. data/node_modules/playwright-core/lib/vite/traceViewer/codeMirrorModule.ez37Vkbh.css +0 -1
  498. data/node_modules/playwright-core/lib/vite/traceViewer/codicon.DCmgc-ay.ttf +0 -0
  499. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.BkuvsLJp.js +0 -2
  500. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.html +0 -16
  501. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.w7WN2u1R.css +0 -1
  502. data/node_modules/playwright-core/lib/vite/traceViewer/index.C968kAiC.js +0 -2
  503. data/node_modules/playwright-core/lib/vite/traceViewer/index.CrbWWHbf.css +0 -1
  504. data/node_modules/playwright-core/lib/vite/traceViewer/index.html +0 -27
  505. data/node_modules/playwright-core/lib/vite/traceViewer/playwright-logo.svg +0 -9
  506. data/node_modules/playwright-core/lib/vite/traceViewer/snapshot.html +0 -21
  507. data/node_modules/playwright-core/lib/vite/traceViewer/sw.bundle.js +0 -3
  508. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.BkFnr4V0.js +0 -10
  509. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.D3cNFP6u.css +0 -1
  510. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.html +0 -18
  511. data/node_modules/playwright-core/lib/vite/traceViewer/workbench.DjbIuxix.css +0 -1
  512. data/node_modules/playwright-core/lib/vite/traceViewer/xtermModule.DSXBckUd.css +0 -32
  513. data/node_modules/playwright-core/lib/zipBundle.js +0 -25
  514. data/node_modules/playwright-core/lib/zipBundleImpl.js +0 -5
  515. data/node_modules/playwright-core/package.json +0 -44
  516. data/node_modules/playwright-core/types/protocol.d.ts +0 -21500
  517. data/node_modules/playwright-core/types/structs.d.ts +0 -45
  518. data/node_modules/playwright-core/types/types.d.ts +0 -21431
  519. data/node_modules/undici-types/LICENSE +0 -21
  520. data/node_modules/undici-types/README.md +0 -6
  521. data/node_modules/undici-types/agent.d.ts +0 -31
  522. data/node_modules/undici-types/api.d.ts +0 -43
  523. data/node_modules/undici-types/balanced-pool.d.ts +0 -29
  524. data/node_modules/undici-types/cache.d.ts +0 -36
  525. data/node_modules/undici-types/client.d.ts +0 -108
  526. data/node_modules/undici-types/connector.d.ts +0 -34
  527. data/node_modules/undici-types/content-type.d.ts +0 -21
  528. data/node_modules/undici-types/cookies.d.ts +0 -28
  529. data/node_modules/undici-types/diagnostics-channel.d.ts +0 -66
  530. data/node_modules/undici-types/dispatcher.d.ts +0 -255
  531. data/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -21
  532. data/node_modules/undici-types/errors.d.ts +0 -149
  533. data/node_modules/undici-types/eventsource.d.ts +0 -63
  534. data/node_modules/undici-types/fetch.d.ts +0 -209
  535. data/node_modules/undici-types/file.d.ts +0 -39
  536. data/node_modules/undici-types/filereader.d.ts +0 -54
  537. data/node_modules/undici-types/formdata.d.ts +0 -108
  538. data/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  539. data/node_modules/undici-types/global-origin.d.ts +0 -7
  540. data/node_modules/undici-types/handlers.d.ts +0 -15
  541. data/node_modules/undici-types/header.d.ts +0 -4
  542. data/node_modules/undici-types/index.d.ts +0 -71
  543. data/node_modules/undici-types/interceptors.d.ts +0 -15
  544. data/node_modules/undici-types/mock-agent.d.ts +0 -50
  545. data/node_modules/undici-types/mock-client.d.ts +0 -25
  546. data/node_modules/undici-types/mock-errors.d.ts +0 -12
  547. data/node_modules/undici-types/mock-interceptor.d.ts +0 -93
  548. data/node_modules/undici-types/mock-pool.d.ts +0 -25
  549. data/node_modules/undici-types/package.json +0 -55
  550. data/node_modules/undici-types/patch.d.ts +0 -71
  551. data/node_modules/undici-types/pool-stats.d.ts +0 -19
  552. data/node_modules/undici-types/pool.d.ts +0 -39
  553. data/node_modules/undici-types/proxy-agent.d.ts +0 -28
  554. data/node_modules/undici-types/readable.d.ts +0 -60
  555. data/node_modules/undici-types/retry-agent.d.ts +0 -8
  556. data/node_modules/undici-types/retry-handler.d.ts +0 -116
  557. data/node_modules/undici-types/util.d.ts +0 -18
  558. data/node_modules/undici-types/webidl.d.ts +0 -222
  559. data/node_modules/undici-types/websocket.d.ts +0 -152
  560. data/yarn.lock +0 -41
@@ -1,2555 +0,0 @@
1
- /**
2
- * The `node:http2` module provides an implementation of the [HTTP/2](https://tools.ietf.org/html/rfc7540) protocol.
3
- * It can be accessed using:
4
- *
5
- * ```js
6
- * const http2 = require('node:http2');
7
- * ```
8
- * @since v8.4.0
9
- * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/http2.js)
10
- */
11
- declare module "http2" {
12
- import EventEmitter = require("node:events");
13
- import * as fs from "node:fs";
14
- import * as net from "node:net";
15
- import * as stream from "node:stream";
16
- import * as tls from "node:tls";
17
- import * as url from "node:url";
18
- import {
19
- IncomingHttpHeaders as Http1IncomingHttpHeaders,
20
- IncomingMessage,
21
- OutgoingHttpHeaders,
22
- ServerResponse,
23
- } from "node:http";
24
- export { OutgoingHttpHeaders } from "node:http";
25
- export interface IncomingHttpStatusHeader {
26
- ":status"?: number | undefined;
27
- }
28
- export interface IncomingHttpHeaders extends Http1IncomingHttpHeaders {
29
- ":path"?: string | undefined;
30
- ":method"?: string | undefined;
31
- ":authority"?: string | undefined;
32
- ":scheme"?: string | undefined;
33
- }
34
- // Http2Stream
35
- export interface StreamPriorityOptions {
36
- exclusive?: boolean | undefined;
37
- parent?: number | undefined;
38
- weight?: number | undefined;
39
- silent?: boolean | undefined;
40
- }
41
- export interface StreamState {
42
- localWindowSize?: number | undefined;
43
- state?: number | undefined;
44
- localClose?: number | undefined;
45
- remoteClose?: number | undefined;
46
- sumDependencyWeight?: number | undefined;
47
- weight?: number | undefined;
48
- }
49
- export interface ServerStreamResponseOptions {
50
- endStream?: boolean | undefined;
51
- waitForTrailers?: boolean | undefined;
52
- }
53
- export interface StatOptions {
54
- offset: number;
55
- length: number;
56
- }
57
- export interface ServerStreamFileResponseOptions {
58
- // eslint-disable-next-line @typescript-eslint/no-invalid-void-type
59
- statCheck?(stats: fs.Stats, headers: OutgoingHttpHeaders, statOptions: StatOptions): void | boolean;
60
- waitForTrailers?: boolean | undefined;
61
- offset?: number | undefined;
62
- length?: number | undefined;
63
- }
64
- export interface ServerStreamFileResponseOptionsWithError extends ServerStreamFileResponseOptions {
65
- onError?(err: NodeJS.ErrnoException): void;
66
- }
67
- export interface Http2Stream extends stream.Duplex {
68
- /**
69
- * Set to `true` if the `Http2Stream` instance was aborted abnormally. When set,
70
- * the `'aborted'` event will have been emitted.
71
- * @since v8.4.0
72
- */
73
- readonly aborted: boolean;
74
- /**
75
- * This property shows the number of characters currently buffered to be written.
76
- * See `net.Socket.bufferSize` for details.
77
- * @since v11.2.0, v10.16.0
78
- */
79
- readonly bufferSize: number;
80
- /**
81
- * Set to `true` if the `Http2Stream` instance has been closed.
82
- * @since v9.4.0
83
- */
84
- readonly closed: boolean;
85
- /**
86
- * Set to `true` if the `Http2Stream` instance has been destroyed and is no longer
87
- * usable.
88
- * @since v8.4.0
89
- */
90
- readonly destroyed: boolean;
91
- /**
92
- * Set to `true` if the `END_STREAM` flag was set in the request or response
93
- * HEADERS frame received, indicating that no additional data should be received
94
- * and the readable side of the `Http2Stream` will be closed.
95
- * @since v10.11.0
96
- */
97
- readonly endAfterHeaders: boolean;
98
- /**
99
- * The numeric stream identifier of this `Http2Stream` instance. Set to `undefined` if the stream identifier has not yet been assigned.
100
- * @since v8.4.0
101
- */
102
- readonly id?: number | undefined;
103
- /**
104
- * Set to `true` if the `Http2Stream` instance has not yet been assigned a
105
- * numeric stream identifier.
106
- * @since v9.4.0
107
- */
108
- readonly pending: boolean;
109
- /**
110
- * Set to the `RST_STREAM` `error code` reported when the `Http2Stream` is
111
- * destroyed after either receiving an `RST_STREAM` frame from the connected peer,
112
- * calling `http2stream.close()`, or `http2stream.destroy()`. Will be `undefined` if the `Http2Stream` has not been closed.
113
- * @since v8.4.0
114
- */
115
- readonly rstCode: number;
116
- /**
117
- * An object containing the outbound headers sent for this `Http2Stream`.
118
- * @since v9.5.0
119
- */
120
- readonly sentHeaders: OutgoingHttpHeaders;
121
- /**
122
- * An array of objects containing the outbound informational (additional) headers
123
- * sent for this `Http2Stream`.
124
- * @since v9.5.0
125
- */
126
- readonly sentInfoHeaders?: OutgoingHttpHeaders[] | undefined;
127
- /**
128
- * An object containing the outbound trailers sent for this `HttpStream`.
129
- * @since v9.5.0
130
- */
131
- readonly sentTrailers?: OutgoingHttpHeaders | undefined;
132
- /**
133
- * A reference to the `Http2Session` instance that owns this `Http2Stream`. The
134
- * value will be `undefined` after the `Http2Stream` instance is destroyed.
135
- * @since v8.4.0
136
- */
137
- readonly session: Http2Session | undefined;
138
- /**
139
- * Provides miscellaneous information about the current state of the `Http2Stream`.
140
- *
141
- * A current state of this `Http2Stream`.
142
- * @since v8.4.0
143
- */
144
- readonly state: StreamState;
145
- /**
146
- * Closes the `Http2Stream` instance by sending an `RST_STREAM` frame to the
147
- * connected HTTP/2 peer.
148
- * @since v8.4.0
149
- * @param [code=http2.constants.NGHTTP2_NO_ERROR] Unsigned 32-bit integer identifying the error code.
150
- * @param callback An optional function registered to listen for the `'close'` event.
151
- */
152
- close(code?: number, callback?: () => void): void;
153
- /**
154
- * Updates the priority for this `Http2Stream` instance.
155
- * @since v8.4.0
156
- */
157
- priority(options: StreamPriorityOptions): void;
158
- /**
159
- * ```js
160
- * const http2 = require('node:http2');
161
- * const client = http2.connect('http://example.org:8000');
162
- * const { NGHTTP2_CANCEL } = http2.constants;
163
- * const req = client.request({ ':path': '/' });
164
- *
165
- * // Cancel the stream if there's no activity after 5 seconds
166
- * req.setTimeout(5000, () => req.close(NGHTTP2_CANCEL));
167
- * ```
168
- * @since v8.4.0
169
- */
170
- setTimeout(msecs: number, callback?: () => void): void;
171
- /**
172
- * Sends a trailing `HEADERS` frame to the connected HTTP/2 peer. This method
173
- * will cause the `Http2Stream` to be immediately closed and must only be
174
- * called after the `'wantTrailers'` event has been emitted. When sending a
175
- * request or sending a response, the `options.waitForTrailers` option must be set
176
- * in order to keep the `Http2Stream` open after the final `DATA` frame so that
177
- * trailers can be sent.
178
- *
179
- * ```js
180
- * const http2 = require('node:http2');
181
- * const server = http2.createServer();
182
- * server.on('stream', (stream) => {
183
- * stream.respond(undefined, { waitForTrailers: true });
184
- * stream.on('wantTrailers', () => {
185
- * stream.sendTrailers({ xyz: 'abc' });
186
- * });
187
- * stream.end('Hello World');
188
- * });
189
- * ```
190
- *
191
- * The HTTP/1 specification forbids trailers from containing HTTP/2 pseudo-header
192
- * fields (e.g. `':method'`, `':path'`, etc).
193
- * @since v10.0.0
194
- */
195
- sendTrailers(headers: OutgoingHttpHeaders): void;
196
- addListener(event: "aborted", listener: () => void): this;
197
- addListener(event: "close", listener: () => void): this;
198
- addListener(event: "data", listener: (chunk: Buffer | string) => void): this;
199
- addListener(event: "drain", listener: () => void): this;
200
- addListener(event: "end", listener: () => void): this;
201
- addListener(event: "error", listener: (err: Error) => void): this;
202
- addListener(event: "finish", listener: () => void): this;
203
- addListener(event: "frameError", listener: (frameType: number, errorCode: number) => void): this;
204
- addListener(event: "pipe", listener: (src: stream.Readable) => void): this;
205
- addListener(event: "unpipe", listener: (src: stream.Readable) => void): this;
206
- addListener(event: "streamClosed", listener: (code: number) => void): this;
207
- addListener(event: "timeout", listener: () => void): this;
208
- addListener(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this;
209
- addListener(event: "wantTrailers", listener: () => void): this;
210
- addListener(event: string | symbol, listener: (...args: any[]) => void): this;
211
- emit(event: "aborted"): boolean;
212
- emit(event: "close"): boolean;
213
- emit(event: "data", chunk: Buffer | string): boolean;
214
- emit(event: "drain"): boolean;
215
- emit(event: "end"): boolean;
216
- emit(event: "error", err: Error): boolean;
217
- emit(event: "finish"): boolean;
218
- emit(event: "frameError", frameType: number, errorCode: number): boolean;
219
- emit(event: "pipe", src: stream.Readable): boolean;
220
- emit(event: "unpipe", src: stream.Readable): boolean;
221
- emit(event: "streamClosed", code: number): boolean;
222
- emit(event: "timeout"): boolean;
223
- emit(event: "trailers", trailers: IncomingHttpHeaders, flags: number): boolean;
224
- emit(event: "wantTrailers"): boolean;
225
- emit(event: string | symbol, ...args: any[]): boolean;
226
- on(event: "aborted", listener: () => void): this;
227
- on(event: "close", listener: () => void): this;
228
- on(event: "data", listener: (chunk: Buffer | string) => void): this;
229
- on(event: "drain", listener: () => void): this;
230
- on(event: "end", listener: () => void): this;
231
- on(event: "error", listener: (err: Error) => void): this;
232
- on(event: "finish", listener: () => void): this;
233
- on(event: "frameError", listener: (frameType: number, errorCode: number) => void): this;
234
- on(event: "pipe", listener: (src: stream.Readable) => void): this;
235
- on(event: "unpipe", listener: (src: stream.Readable) => void): this;
236
- on(event: "streamClosed", listener: (code: number) => void): this;
237
- on(event: "timeout", listener: () => void): this;
238
- on(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this;
239
- on(event: "wantTrailers", listener: () => void): this;
240
- on(event: string | symbol, listener: (...args: any[]) => void): this;
241
- once(event: "aborted", listener: () => void): this;
242
- once(event: "close", listener: () => void): this;
243
- once(event: "data", listener: (chunk: Buffer | string) => void): this;
244
- once(event: "drain", listener: () => void): this;
245
- once(event: "end", listener: () => void): this;
246
- once(event: "error", listener: (err: Error) => void): this;
247
- once(event: "finish", listener: () => void): this;
248
- once(event: "frameError", listener: (frameType: number, errorCode: number) => void): this;
249
- once(event: "pipe", listener: (src: stream.Readable) => void): this;
250
- once(event: "unpipe", listener: (src: stream.Readable) => void): this;
251
- once(event: "streamClosed", listener: (code: number) => void): this;
252
- once(event: "timeout", listener: () => void): this;
253
- once(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this;
254
- once(event: "wantTrailers", listener: () => void): this;
255
- once(event: string | symbol, listener: (...args: any[]) => void): this;
256
- prependListener(event: "aborted", listener: () => void): this;
257
- prependListener(event: "close", listener: () => void): this;
258
- prependListener(event: "data", listener: (chunk: Buffer | string) => void): this;
259
- prependListener(event: "drain", listener: () => void): this;
260
- prependListener(event: "end", listener: () => void): this;
261
- prependListener(event: "error", listener: (err: Error) => void): this;
262
- prependListener(event: "finish", listener: () => void): this;
263
- prependListener(event: "frameError", listener: (frameType: number, errorCode: number) => void): this;
264
- prependListener(event: "pipe", listener: (src: stream.Readable) => void): this;
265
- prependListener(event: "unpipe", listener: (src: stream.Readable) => void): this;
266
- prependListener(event: "streamClosed", listener: (code: number) => void): this;
267
- prependListener(event: "timeout", listener: () => void): this;
268
- prependListener(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this;
269
- prependListener(event: "wantTrailers", listener: () => void): this;
270
- prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
271
- prependOnceListener(event: "aborted", listener: () => void): this;
272
- prependOnceListener(event: "close", listener: () => void): this;
273
- prependOnceListener(event: "data", listener: (chunk: Buffer | string) => void): this;
274
- prependOnceListener(event: "drain", listener: () => void): this;
275
- prependOnceListener(event: "end", listener: () => void): this;
276
- prependOnceListener(event: "error", listener: (err: Error) => void): this;
277
- prependOnceListener(event: "finish", listener: () => void): this;
278
- prependOnceListener(event: "frameError", listener: (frameType: number, errorCode: number) => void): this;
279
- prependOnceListener(event: "pipe", listener: (src: stream.Readable) => void): this;
280
- prependOnceListener(event: "unpipe", listener: (src: stream.Readable) => void): this;
281
- prependOnceListener(event: "streamClosed", listener: (code: number) => void): this;
282
- prependOnceListener(event: "timeout", listener: () => void): this;
283
- prependOnceListener(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this;
284
- prependOnceListener(event: "wantTrailers", listener: () => void): this;
285
- prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
286
- }
287
- export interface ClientHttp2Stream extends Http2Stream {
288
- addListener(event: "continue", listener: () => {}): this;
289
- addListener(
290
- event: "headers",
291
- listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void,
292
- ): this;
293
- addListener(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this;
294
- addListener(
295
- event: "response",
296
- listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void,
297
- ): this;
298
- addListener(event: string | symbol, listener: (...args: any[]) => void): this;
299
- emit(event: "continue"): boolean;
300
- emit(event: "headers", headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean;
301
- emit(event: "push", headers: IncomingHttpHeaders, flags: number): boolean;
302
- emit(event: "response", headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean;
303
- emit(event: string | symbol, ...args: any[]): boolean;
304
- on(event: "continue", listener: () => {}): this;
305
- on(
306
- event: "headers",
307
- listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void,
308
- ): this;
309
- on(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this;
310
- on(
311
- event: "response",
312
- listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void,
313
- ): this;
314
- on(event: string | symbol, listener: (...args: any[]) => void): this;
315
- once(event: "continue", listener: () => {}): this;
316
- once(
317
- event: "headers",
318
- listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void,
319
- ): this;
320
- once(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this;
321
- once(
322
- event: "response",
323
- listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void,
324
- ): this;
325
- once(event: string | symbol, listener: (...args: any[]) => void): this;
326
- prependListener(event: "continue", listener: () => {}): this;
327
- prependListener(
328
- event: "headers",
329
- listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void,
330
- ): this;
331
- prependListener(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this;
332
- prependListener(
333
- event: "response",
334
- listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void,
335
- ): this;
336
- prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
337
- prependOnceListener(event: "continue", listener: () => {}): this;
338
- prependOnceListener(
339
- event: "headers",
340
- listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void,
341
- ): this;
342
- prependOnceListener(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this;
343
- prependOnceListener(
344
- event: "response",
345
- listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void,
346
- ): this;
347
- prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
348
- }
349
- export interface ServerHttp2Stream extends Http2Stream {
350
- /**
351
- * True if headers were sent, false otherwise (read-only).
352
- * @since v8.4.0
353
- */
354
- readonly headersSent: boolean;
355
- /**
356
- * Read-only property mapped to the `SETTINGS_ENABLE_PUSH` flag of the remote
357
- * client's most recent `SETTINGS` frame. Will be `true` if the remote peer
358
- * accepts push streams, `false` otherwise. Settings are the same for every `Http2Stream` in the same `Http2Session`.
359
- * @since v8.4.0
360
- */
361
- readonly pushAllowed: boolean;
362
- /**
363
- * Sends an additional informational `HEADERS` frame to the connected HTTP/2 peer.
364
- * @since v8.4.0
365
- */
366
- additionalHeaders(headers: OutgoingHttpHeaders): void;
367
- /**
368
- * Initiates a push stream. The callback is invoked with the new `Http2Stream` instance created for the push stream passed as the second argument, or an `Error` passed as the first argument.
369
- *
370
- * ```js
371
- * const http2 = require('node:http2');
372
- * const server = http2.createServer();
373
- * server.on('stream', (stream) => {
374
- * stream.respond({ ':status': 200 });
375
- * stream.pushStream({ ':path': '/' }, (err, pushStream, headers) => {
376
- * if (err) throw err;
377
- * pushStream.respond({ ':status': 200 });
378
- * pushStream.end('some pushed data');
379
- * });
380
- * stream.end('some data');
381
- * });
382
- * ```
383
- *
384
- * Setting the weight of a push stream is not allowed in the `HEADERS` frame. Pass
385
- * a `weight` value to `http2stream.priority` with the `silent` option set to `true` to enable server-side bandwidth balancing between concurrent streams.
386
- *
387
- * Calling `http2stream.pushStream()` from within a pushed stream is not permitted
388
- * and will throw an error.
389
- * @since v8.4.0
390
- * @param callback Callback that is called once the push stream has been initiated.
391
- */
392
- pushStream(
393
- headers: OutgoingHttpHeaders,
394
- callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void,
395
- ): void;
396
- pushStream(
397
- headers: OutgoingHttpHeaders,
398
- options?: StreamPriorityOptions,
399
- callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void,
400
- ): void;
401
- /**
402
- * ```js
403
- * const http2 = require('node:http2');
404
- * const server = http2.createServer();
405
- * server.on('stream', (stream) => {
406
- * stream.respond({ ':status': 200 });
407
- * stream.end('some data');
408
- * });
409
- * ```
410
- *
411
- * Initiates a response. When the `options.waitForTrailers` option is set, the `'wantTrailers'` event
412
- * will be emitted immediately after queuing the last chunk of payload data to be sent.
413
- * The `http2stream.sendTrailers()` method can then be used to send trailing header fields to the peer.
414
- *
415
- * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically
416
- * close when the final `DATA` frame is transmitted. User code must call either `http2stream.sendTrailers()` or `http2stream.close()` to close the `Http2Stream`.
417
- *
418
- * ```js
419
- * const http2 = require('node:http2');
420
- * const server = http2.createServer();
421
- * server.on('stream', (stream) => {
422
- * stream.respond({ ':status': 200 }, { waitForTrailers: true });
423
- * stream.on('wantTrailers', () => {
424
- * stream.sendTrailers({ ABC: 'some value to send' });
425
- * });
426
- * stream.end('some data');
427
- * });
428
- * ```
429
- * @since v8.4.0
430
- */
431
- respond(headers?: OutgoingHttpHeaders, options?: ServerStreamResponseOptions): void;
432
- /**
433
- * Initiates a response whose data is read from the given file descriptor. No
434
- * validation is performed on the given file descriptor. If an error occurs while
435
- * attempting to read data using the file descriptor, the `Http2Stream` will be
436
- * closed using an `RST_STREAM` frame using the standard `INTERNAL_ERROR` code.
437
- *
438
- * When used, the `Http2Stream` object's `Duplex` interface will be closed
439
- * automatically.
440
- *
441
- * ```js
442
- * const http2 = require('node:http2');
443
- * const fs = require('node:fs');
444
- *
445
- * const server = http2.createServer();
446
- * server.on('stream', (stream) => {
447
- * const fd = fs.openSync('/some/file', 'r');
448
- *
449
- * const stat = fs.fstatSync(fd);
450
- * const headers = {
451
- * 'content-length': stat.size,
452
- * 'last-modified': stat.mtime.toUTCString(),
453
- * 'content-type': 'text/plain; charset=utf-8',
454
- * };
455
- * stream.respondWithFD(fd, headers);
456
- * stream.on('close', () => fs.closeSync(fd));
457
- * });
458
- * ```
459
- *
460
- * The optional `options.statCheck` function may be specified to give user code
461
- * an opportunity to set additional content headers based on the `fs.Stat` details
462
- * of the given fd. If the `statCheck` function is provided, the `http2stream.respondWithFD()` method will
463
- * perform an `fs.fstat()` call to collect details on the provided file descriptor.
464
- *
465
- * The `offset` and `length` options may be used to limit the response to a
466
- * specific range subset. This can be used, for instance, to support HTTP Range
467
- * requests.
468
- *
469
- * The file descriptor or `FileHandle` is not closed when the stream is closed,
470
- * so it will need to be closed manually once it is no longer needed.
471
- * Using the same file descriptor concurrently for multiple streams
472
- * is not supported and may result in data loss. Re-using a file descriptor
473
- * after a stream has finished is supported.
474
- *
475
- * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event
476
- * will be emitted immediately after queuing the last chunk of payload data to be
477
- * sent. The `http2stream.sendTrailers()` method can then be used to sent trailing
478
- * header fields to the peer.
479
- *
480
- * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically
481
- * close when the final `DATA` frame is transmitted. User code _must_ call either `http2stream.sendTrailers()`
482
- * or `http2stream.close()` to close the `Http2Stream`.
483
- *
484
- * ```js
485
- * const http2 = require('node:http2');
486
- * const fs = require('node:fs');
487
- *
488
- * const server = http2.createServer();
489
- * server.on('stream', (stream) => {
490
- * const fd = fs.openSync('/some/file', 'r');
491
- *
492
- * const stat = fs.fstatSync(fd);
493
- * const headers = {
494
- * 'content-length': stat.size,
495
- * 'last-modified': stat.mtime.toUTCString(),
496
- * 'content-type': 'text/plain; charset=utf-8',
497
- * };
498
- * stream.respondWithFD(fd, headers, { waitForTrailers: true });
499
- * stream.on('wantTrailers', () => {
500
- * stream.sendTrailers({ ABC: 'some value to send' });
501
- * });
502
- *
503
- * stream.on('close', () => fs.closeSync(fd));
504
- * });
505
- * ```
506
- * @since v8.4.0
507
- * @param fd A readable file descriptor.
508
- */
509
- respondWithFD(
510
- fd: number | fs.promises.FileHandle,
511
- headers?: OutgoingHttpHeaders,
512
- options?: ServerStreamFileResponseOptions,
513
- ): void;
514
- /**
515
- * Sends a regular file as the response. The `path` must specify a regular file
516
- * or an `'error'` event will be emitted on the `Http2Stream` object.
517
- *
518
- * When used, the `Http2Stream` object's `Duplex` interface will be closed
519
- * automatically.
520
- *
521
- * The optional `options.statCheck` function may be specified to give user code
522
- * an opportunity to set additional content headers based on the `fs.Stat` details
523
- * of the given file:
524
- *
525
- * If an error occurs while attempting to read the file data, the `Http2Stream` will be closed using an
526
- * `RST_STREAM` frame using the standard `INTERNAL_ERROR` code.
527
- * If the `onError` callback is defined, then it will be called. Otherwise, the stream will be destroyed.
528
- *
529
- * Example using a file path:
530
- *
531
- * ```js
532
- * const http2 = require('node:http2');
533
- * const server = http2.createServer();
534
- * server.on('stream', (stream) => {
535
- * function statCheck(stat, headers) {
536
- * headers['last-modified'] = stat.mtime.toUTCString();
537
- * }
538
- *
539
- * function onError(err) {
540
- * // stream.respond() can throw if the stream has been destroyed by
541
- * // the other side.
542
- * try {
543
- * if (err.code === 'ENOENT') {
544
- * stream.respond({ ':status': 404 });
545
- * } else {
546
- * stream.respond({ ':status': 500 });
547
- * }
548
- * } catch (err) {
549
- * // Perform actual error handling.
550
- * console.error(err);
551
- * }
552
- * stream.end();
553
- * }
554
- *
555
- * stream.respondWithFile('/some/file',
556
- * { 'content-type': 'text/plain; charset=utf-8' },
557
- * { statCheck, onError });
558
- * });
559
- * ```
560
- *
561
- * The `options.statCheck` function may also be used to cancel the send operation
562
- * by returning `false`. For instance, a conditional request may check the stat
563
- * results to determine if the file has been modified to return an appropriate `304` response:
564
- *
565
- * ```js
566
- * const http2 = require('node:http2');
567
- * const server = http2.createServer();
568
- * server.on('stream', (stream) => {
569
- * function statCheck(stat, headers) {
570
- * // Check the stat here...
571
- * stream.respond({ ':status': 304 });
572
- * return false; // Cancel the send operation
573
- * }
574
- * stream.respondWithFile('/some/file',
575
- * { 'content-type': 'text/plain; charset=utf-8' },
576
- * { statCheck });
577
- * });
578
- * ```
579
- *
580
- * The `content-length` header field will be automatically set.
581
- *
582
- * The `offset` and `length` options may be used to limit the response to a
583
- * specific range subset. This can be used, for instance, to support HTTP Range
584
- * requests.
585
- *
586
- * The `options.onError` function may also be used to handle all the errors
587
- * that could happen before the delivery of the file is initiated. The
588
- * default behavior is to destroy the stream.
589
- *
590
- * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event
591
- * will be emitted immediately after queuing the last chunk of payload data to be
592
- * sent. The `http2stream.sendTrailers()` method can then be used to sent trailing
593
- * header fields to the peer.
594
- *
595
- * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically
596
- * close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`.
597
- *
598
- * ```js
599
- * const http2 = require('node:http2');
600
- * const server = http2.createServer();
601
- * server.on('stream', (stream) => {
602
- * stream.respondWithFile('/some/file',
603
- * { 'content-type': 'text/plain; charset=utf-8' },
604
- * { waitForTrailers: true });
605
- * stream.on('wantTrailers', () => {
606
- * stream.sendTrailers({ ABC: 'some value to send' });
607
- * });
608
- * });
609
- * ```
610
- * @since v8.4.0
611
- */
612
- respondWithFile(
613
- path: string,
614
- headers?: OutgoingHttpHeaders,
615
- options?: ServerStreamFileResponseOptionsWithError,
616
- ): void;
617
- }
618
- // Http2Session
619
- export interface Settings {
620
- headerTableSize?: number | undefined;
621
- enablePush?: boolean | undefined;
622
- initialWindowSize?: number | undefined;
623
- maxFrameSize?: number | undefined;
624
- maxConcurrentStreams?: number | undefined;
625
- maxHeaderListSize?: number | undefined;
626
- enableConnectProtocol?: boolean | undefined;
627
- }
628
- export interface ClientSessionRequestOptions {
629
- endStream?: boolean | undefined;
630
- exclusive?: boolean | undefined;
631
- parent?: number | undefined;
632
- weight?: number | undefined;
633
- waitForTrailers?: boolean | undefined;
634
- signal?: AbortSignal | undefined;
635
- }
636
- export interface SessionState {
637
- effectiveLocalWindowSize?: number | undefined;
638
- effectiveRecvDataLength?: number | undefined;
639
- nextStreamID?: number | undefined;
640
- localWindowSize?: number | undefined;
641
- lastProcStreamID?: number | undefined;
642
- remoteWindowSize?: number | undefined;
643
- outboundQueueSize?: number | undefined;
644
- deflateDynamicTableSize?: number | undefined;
645
- inflateDynamicTableSize?: number | undefined;
646
- }
647
- export interface Http2Session extends EventEmitter {
648
- /**
649
- * Value will be `undefined` if the `Http2Session` is not yet connected to a
650
- * socket, `h2c` if the `Http2Session` is not connected to a `TLSSocket`, or
651
- * will return the value of the connected `TLSSocket`'s own `alpnProtocol` property.
652
- * @since v9.4.0
653
- */
654
- readonly alpnProtocol?: string | undefined;
655
- /**
656
- * Will be `true` if this `Http2Session` instance has been closed, otherwise `false`.
657
- * @since v9.4.0
658
- */
659
- readonly closed: boolean;
660
- /**
661
- * Will be `true` if this `Http2Session` instance is still connecting, will be set
662
- * to `false` before emitting `connect` event and/or calling the `http2.connect` callback.
663
- * @since v10.0.0
664
- */
665
- readonly connecting: boolean;
666
- /**
667
- * Will be `true` if this `Http2Session` instance has been destroyed and must no
668
- * longer be used, otherwise `false`.
669
- * @since v8.4.0
670
- */
671
- readonly destroyed: boolean;
672
- /**
673
- * Value is `undefined` if the `Http2Session` session socket has not yet been
674
- * connected, `true` if the `Http2Session` is connected with a `TLSSocket`,
675
- * and `false` if the `Http2Session` is connected to any other kind of socket
676
- * or stream.
677
- * @since v9.4.0
678
- */
679
- readonly encrypted?: boolean | undefined;
680
- /**
681
- * A prototype-less object describing the current local settings of this `Http2Session`.
682
- * The local settings are local to _this_`Http2Session` instance.
683
- * @since v8.4.0
684
- */
685
- readonly localSettings: Settings;
686
- /**
687
- * If the `Http2Session` is connected to a `TLSSocket`, the `originSet` property
688
- * will return an `Array` of origins for which the `Http2Session` may be
689
- * considered authoritative.
690
- *
691
- * The `originSet` property is only available when using a secure TLS connection.
692
- * @since v9.4.0
693
- */
694
- readonly originSet?: string[] | undefined;
695
- /**
696
- * Indicates whether the `Http2Session` is currently waiting for acknowledgment of
697
- * a sent `SETTINGS` frame. Will be `true` after calling the `http2session.settings()` method.
698
- * Will be `false` once all sent `SETTINGS` frames have been acknowledged.
699
- * @since v8.4.0
700
- */
701
- readonly pendingSettingsAck: boolean;
702
- /**
703
- * A prototype-less object describing the current remote settings of this`Http2Session`.
704
- * The remote settings are set by the _connected_ HTTP/2 peer.
705
- * @since v8.4.0
706
- */
707
- readonly remoteSettings: Settings;
708
- /**
709
- * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but
710
- * limits available methods to ones safe to use with HTTP/2.
711
- *
712
- * `destroy`, `emit`, `end`, `pause`, `read`, `resume`, and `write` will throw
713
- * an error with code `ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for more information.
714
- *
715
- * `setTimeout` method will be called on this `Http2Session`.
716
- *
717
- * All other interactions will be routed directly to the socket.
718
- * @since v8.4.0
719
- */
720
- readonly socket: net.Socket | tls.TLSSocket;
721
- /**
722
- * Provides miscellaneous information about the current state of the`Http2Session`.
723
- *
724
- * An object describing the current status of this `Http2Session`.
725
- * @since v8.4.0
726
- */
727
- readonly state: SessionState;
728
- /**
729
- * The `http2session.type` will be equal to `http2.constants.NGHTTP2_SESSION_SERVER` if this `Http2Session` instance is a
730
- * server, and `http2.constants.NGHTTP2_SESSION_CLIENT` if the instance is a
731
- * client.
732
- * @since v8.4.0
733
- */
734
- readonly type: number;
735
- /**
736
- * Gracefully closes the `Http2Session`, allowing any existing streams to
737
- * complete on their own and preventing new `Http2Stream` instances from being
738
- * created. Once closed, `http2session.destroy()`_might_ be called if there
739
- * are no open `Http2Stream` instances.
740
- *
741
- * If specified, the `callback` function is registered as a handler for the`'close'` event.
742
- * @since v9.4.0
743
- */
744
- close(callback?: () => void): void;
745
- /**
746
- * Immediately terminates the `Http2Session` and the associated `net.Socket` or `tls.TLSSocket`.
747
- *
748
- * Once destroyed, the `Http2Session` will emit the `'close'` event. If `error` is not undefined, an `'error'` event will be emitted immediately before the `'close'` event.
749
- *
750
- * If there are any remaining open `Http2Streams` associated with the `Http2Session`, those will also be destroyed.
751
- * @since v8.4.0
752
- * @param error An `Error` object if the `Http2Session` is being destroyed due to an error.
753
- * @param code The HTTP/2 error code to send in the final `GOAWAY` frame. If unspecified, and `error` is not undefined, the default is `INTERNAL_ERROR`, otherwise defaults to `NO_ERROR`.
754
- */
755
- destroy(error?: Error, code?: number): void;
756
- /**
757
- * Transmits a `GOAWAY` frame to the connected peer _without_ shutting down the`Http2Session`.
758
- * @since v9.4.0
759
- * @param code An HTTP/2 error code
760
- * @param lastStreamID The numeric ID of the last processed `Http2Stream`
761
- * @param opaqueData A `TypedArray` or `DataView` instance containing additional data to be carried within the `GOAWAY` frame.
762
- */
763
- goaway(code?: number, lastStreamID?: number, opaqueData?: NodeJS.ArrayBufferView): void;
764
- /**
765
- * Sends a `PING` frame to the connected HTTP/2 peer. A `callback` function must
766
- * be provided. The method will return `true` if the `PING` was sent, `false` otherwise.
767
- *
768
- * The maximum number of outstanding (unacknowledged) pings is determined by the `maxOutstandingPings` configuration option. The default maximum is 10.
769
- *
770
- * If provided, the `payload` must be a `Buffer`, `TypedArray`, or `DataView` containing 8 bytes of data that will be transmitted with the `PING` and
771
- * returned with the ping acknowledgment.
772
- *
773
- * The callback will be invoked with three arguments: an error argument that will
774
- * be `null` if the `PING` was successfully acknowledged, a `duration` argument
775
- * that reports the number of milliseconds elapsed since the ping was sent and the
776
- * acknowledgment was received, and a `Buffer` containing the 8-byte `PING` payload.
777
- *
778
- * ```js
779
- * session.ping(Buffer.from('abcdefgh'), (err, duration, payload) => {
780
- * if (!err) {
781
- * console.log(`Ping acknowledged in ${duration} milliseconds`);
782
- * console.log(`With payload '${payload.toString()}'`);
783
- * }
784
- * });
785
- * ```
786
- *
787
- * If the `payload` argument is not specified, the default payload will be the
788
- * 64-bit timestamp (little endian) marking the start of the `PING` duration.
789
- * @since v8.9.3
790
- * @param payload Optional ping payload.
791
- */
792
- ping(callback: (err: Error | null, duration: number, payload: Buffer) => void): boolean;
793
- ping(
794
- payload: NodeJS.ArrayBufferView,
795
- callback: (err: Error | null, duration: number, payload: Buffer) => void,
796
- ): boolean;
797
- /**
798
- * Calls `ref()` on this `Http2Session` instance's underlying `net.Socket`.
799
- * @since v9.4.0
800
- */
801
- ref(): void;
802
- /**
803
- * Sets the local endpoint's window size.
804
- * The `windowSize` is the total window size to set, not
805
- * the delta.
806
- *
807
- * ```js
808
- * const http2 = require('node:http2');
809
- *
810
- * const server = http2.createServer();
811
- * const expectedWindowSize = 2 ** 20;
812
- * server.on('connect', (session) => {
813
- *
814
- * // Set local window size to be 2 ** 20
815
- * session.setLocalWindowSize(expectedWindowSize);
816
- * });
817
- * ```
818
- * @since v15.3.0, v14.18.0
819
- */
820
- setLocalWindowSize(windowSize: number): void;
821
- /**
822
- * Used to set a callback function that is called when there is no activity on
823
- * the `Http2Session` after `msecs` milliseconds. The given `callback` is
824
- * registered as a listener on the `'timeout'` event.
825
- * @since v8.4.0
826
- */
827
- setTimeout(msecs: number, callback?: () => void): void;
828
- /**
829
- * Updates the current local settings for this `Http2Session` and sends a new `SETTINGS` frame to the connected HTTP/2 peer.
830
- *
831
- * Once called, the `http2session.pendingSettingsAck` property will be `true` while the session is waiting for the remote peer to acknowledge the new
832
- * settings.
833
- *
834
- * The new settings will not become effective until the `SETTINGS` acknowledgment
835
- * is received and the `'localSettings'` event is emitted. It is possible to send
836
- * multiple `SETTINGS` frames while acknowledgment is still pending.
837
- * @since v8.4.0
838
- * @param callback Callback that is called once the session is connected or right away if the session is already connected.
839
- */
840
- settings(
841
- settings: Settings,
842
- callback?: (err: Error | null, settings: Settings, duration: number) => void,
843
- ): void;
844
- /**
845
- * Calls `unref()` on this `Http2Session`instance's underlying `net.Socket`.
846
- * @since v9.4.0
847
- */
848
- unref(): void;
849
- addListener(event: "close", listener: () => void): this;
850
- addListener(event: "error", listener: (err: Error) => void): this;
851
- addListener(
852
- event: "frameError",
853
- listener: (frameType: number, errorCode: number, streamID: number) => void,
854
- ): this;
855
- addListener(
856
- event: "goaway",
857
- listener: (errorCode: number, lastStreamID: number, opaqueData?: Buffer) => void,
858
- ): this;
859
- addListener(event: "localSettings", listener: (settings: Settings) => void): this;
860
- addListener(event: "ping", listener: () => void): this;
861
- addListener(event: "remoteSettings", listener: (settings: Settings) => void): this;
862
- addListener(event: "timeout", listener: () => void): this;
863
- addListener(event: string | symbol, listener: (...args: any[]) => void): this;
864
- emit(event: "close"): boolean;
865
- emit(event: "error", err: Error): boolean;
866
- emit(event: "frameError", frameType: number, errorCode: number, streamID: number): boolean;
867
- emit(event: "goaway", errorCode: number, lastStreamID: number, opaqueData?: Buffer): boolean;
868
- emit(event: "localSettings", settings: Settings): boolean;
869
- emit(event: "ping"): boolean;
870
- emit(event: "remoteSettings", settings: Settings): boolean;
871
- emit(event: "timeout"): boolean;
872
- emit(event: string | symbol, ...args: any[]): boolean;
873
- on(event: "close", listener: () => void): this;
874
- on(event: "error", listener: (err: Error) => void): this;
875
- on(event: "frameError", listener: (frameType: number, errorCode: number, streamID: number) => void): this;
876
- on(event: "goaway", listener: (errorCode: number, lastStreamID: number, opaqueData?: Buffer) => void): this;
877
- on(event: "localSettings", listener: (settings: Settings) => void): this;
878
- on(event: "ping", listener: () => void): this;
879
- on(event: "remoteSettings", listener: (settings: Settings) => void): this;
880
- on(event: "timeout", listener: () => void): this;
881
- on(event: string | symbol, listener: (...args: any[]) => void): this;
882
- once(event: "close", listener: () => void): this;
883
- once(event: "error", listener: (err: Error) => void): this;
884
- once(event: "frameError", listener: (frameType: number, errorCode: number, streamID: number) => void): this;
885
- once(event: "goaway", listener: (errorCode: number, lastStreamID: number, opaqueData?: Buffer) => void): this;
886
- once(event: "localSettings", listener: (settings: Settings) => void): this;
887
- once(event: "ping", listener: () => void): this;
888
- once(event: "remoteSettings", listener: (settings: Settings) => void): this;
889
- once(event: "timeout", listener: () => void): this;
890
- once(event: string | symbol, listener: (...args: any[]) => void): this;
891
- prependListener(event: "close", listener: () => void): this;
892
- prependListener(event: "error", listener: (err: Error) => void): this;
893
- prependListener(
894
- event: "frameError",
895
- listener: (frameType: number, errorCode: number, streamID: number) => void,
896
- ): this;
897
- prependListener(
898
- event: "goaway",
899
- listener: (errorCode: number, lastStreamID: number, opaqueData?: Buffer) => void,
900
- ): this;
901
- prependListener(event: "localSettings", listener: (settings: Settings) => void): this;
902
- prependListener(event: "ping", listener: () => void): this;
903
- prependListener(event: "remoteSettings", listener: (settings: Settings) => void): this;
904
- prependListener(event: "timeout", listener: () => void): this;
905
- prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
906
- prependOnceListener(event: "close", listener: () => void): this;
907
- prependOnceListener(event: "error", listener: (err: Error) => void): this;
908
- prependOnceListener(
909
- event: "frameError",
910
- listener: (frameType: number, errorCode: number, streamID: number) => void,
911
- ): this;
912
- prependOnceListener(
913
- event: "goaway",
914
- listener: (errorCode: number, lastStreamID: number, opaqueData?: Buffer) => void,
915
- ): this;
916
- prependOnceListener(event: "localSettings", listener: (settings: Settings) => void): this;
917
- prependOnceListener(event: "ping", listener: () => void): this;
918
- prependOnceListener(event: "remoteSettings", listener: (settings: Settings) => void): this;
919
- prependOnceListener(event: "timeout", listener: () => void): this;
920
- prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
921
- }
922
- export interface ClientHttp2Session extends Http2Session {
923
- /**
924
- * For HTTP/2 Client `Http2Session` instances only, the `http2session.request()` creates and returns an `Http2Stream` instance that can be used to send an
925
- * HTTP/2 request to the connected server.
926
- *
927
- * When a `ClientHttp2Session` is first created, the socket may not yet be
928
- * connected. if `clienthttp2session.request()` is called during this time, the
929
- * actual request will be deferred until the socket is ready to go.
930
- * If the `session` is closed before the actual request be executed, an `ERR_HTTP2_GOAWAY_SESSION` is thrown.
931
- *
932
- * This method is only available if `http2session.type` is equal to `http2.constants.NGHTTP2_SESSION_CLIENT`.
933
- *
934
- * ```js
935
- * const http2 = require('node:http2');
936
- * const clientSession = http2.connect('https://localhost:1234');
937
- * const {
938
- * HTTP2_HEADER_PATH,
939
- * HTTP2_HEADER_STATUS,
940
- * } = http2.constants;
941
- *
942
- * const req = clientSession.request({ [HTTP2_HEADER_PATH]: '/' });
943
- * req.on('response', (headers) => {
944
- * console.log(headers[HTTP2_HEADER_STATUS]);
945
- * req.on('data', (chunk) => { // .. });
946
- * req.on('end', () => { // .. });
947
- * });
948
- * ```
949
- *
950
- * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event
951
- * is emitted immediately after queuing the last chunk of payload data to be sent.
952
- * The `http2stream.sendTrailers()` method can then be called to send trailing
953
- * headers to the peer.
954
- *
955
- * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically
956
- * close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`.
957
- *
958
- * When `options.signal` is set with an `AbortSignal` and then `abort` on the
959
- * corresponding `AbortController` is called, the request will emit an `'error'`event with an `AbortError` error.
960
- *
961
- * The `:method` and `:path` pseudo-headers are not specified within `headers`,
962
- * they respectively default to:
963
- *
964
- * * `:method` \= `'GET'`
965
- * * `:path` \= `/`
966
- * @since v8.4.0
967
- */
968
- request(headers?: OutgoingHttpHeaders, options?: ClientSessionRequestOptions): ClientHttp2Stream;
969
- addListener(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this;
970
- addListener(event: "origin", listener: (origins: string[]) => void): this;
971
- addListener(
972
- event: "connect",
973
- listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void,
974
- ): this;
975
- addListener(
976
- event: "stream",
977
- listener: (
978
- stream: ClientHttp2Stream,
979
- headers: IncomingHttpHeaders & IncomingHttpStatusHeader,
980
- flags: number,
981
- ) => void,
982
- ): this;
983
- addListener(event: string | symbol, listener: (...args: any[]) => void): this;
984
- emit(event: "altsvc", alt: string, origin: string, stream: number): boolean;
985
- emit(event: "origin", origins: readonly string[]): boolean;
986
- emit(event: "connect", session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket): boolean;
987
- emit(
988
- event: "stream",
989
- stream: ClientHttp2Stream,
990
- headers: IncomingHttpHeaders & IncomingHttpStatusHeader,
991
- flags: number,
992
- ): boolean;
993
- emit(event: string | symbol, ...args: any[]): boolean;
994
- on(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this;
995
- on(event: "origin", listener: (origins: string[]) => void): this;
996
- on(event: "connect", listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
997
- on(
998
- event: "stream",
999
- listener: (
1000
- stream: ClientHttp2Stream,
1001
- headers: IncomingHttpHeaders & IncomingHttpStatusHeader,
1002
- flags: number,
1003
- ) => void,
1004
- ): this;
1005
- on(event: string | symbol, listener: (...args: any[]) => void): this;
1006
- once(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this;
1007
- once(event: "origin", listener: (origins: string[]) => void): this;
1008
- once(
1009
- event: "connect",
1010
- listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void,
1011
- ): this;
1012
- once(
1013
- event: "stream",
1014
- listener: (
1015
- stream: ClientHttp2Stream,
1016
- headers: IncomingHttpHeaders & IncomingHttpStatusHeader,
1017
- flags: number,
1018
- ) => void,
1019
- ): this;
1020
- once(event: string | symbol, listener: (...args: any[]) => void): this;
1021
- prependListener(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this;
1022
- prependListener(event: "origin", listener: (origins: string[]) => void): this;
1023
- prependListener(
1024
- event: "connect",
1025
- listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void,
1026
- ): this;
1027
- prependListener(
1028
- event: "stream",
1029
- listener: (
1030
- stream: ClientHttp2Stream,
1031
- headers: IncomingHttpHeaders & IncomingHttpStatusHeader,
1032
- flags: number,
1033
- ) => void,
1034
- ): this;
1035
- prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
1036
- prependOnceListener(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this;
1037
- prependOnceListener(event: "origin", listener: (origins: string[]) => void): this;
1038
- prependOnceListener(
1039
- event: "connect",
1040
- listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void,
1041
- ): this;
1042
- prependOnceListener(
1043
- event: "stream",
1044
- listener: (
1045
- stream: ClientHttp2Stream,
1046
- headers: IncomingHttpHeaders & IncomingHttpStatusHeader,
1047
- flags: number,
1048
- ) => void,
1049
- ): this;
1050
- prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
1051
- }
1052
- export interface AlternativeServiceOptions {
1053
- origin: number | string | url.URL;
1054
- }
1055
- export interface ServerHttp2Session<
1056
- Http1Request extends typeof IncomingMessage = typeof IncomingMessage,
1057
- Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
1058
- Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
1059
- Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
1060
- > extends Http2Session {
1061
- readonly server:
1062
- | Http2Server<Http1Request, Http1Response, Http2Request, Http2Response>
1063
- | Http2SecureServer<Http1Request, Http1Response, Http2Request, Http2Response>;
1064
- /**
1065
- * Submits an `ALTSVC` frame (as defined by [RFC 7838](https://tools.ietf.org/html/rfc7838)) to the connected client.
1066
- *
1067
- * ```js
1068
- * const http2 = require('node:http2');
1069
- *
1070
- * const server = http2.createServer();
1071
- * server.on('session', (session) => {
1072
- * // Set altsvc for origin https://example.org:80
1073
- * session.altsvc('h2=":8000"', 'https://example.org:80');
1074
- * });
1075
- *
1076
- * server.on('stream', (stream) => {
1077
- * // Set altsvc for a specific stream
1078
- * stream.session.altsvc('h2=":8000"', stream.id);
1079
- * });
1080
- * ```
1081
- *
1082
- * Sending an `ALTSVC` frame with a specific stream ID indicates that the alternate
1083
- * service is associated with the origin of the given `Http2Stream`.
1084
- *
1085
- * The `alt` and origin string _must_ contain only ASCII bytes and are
1086
- * strictly interpreted as a sequence of ASCII bytes. The special value `'clear'`may be passed to clear any previously set alternative service for a given
1087
- * domain.
1088
- *
1089
- * When a string is passed for the `originOrStream` argument, it will be parsed as
1090
- * a URL and the origin will be derived. For instance, the origin for the
1091
- * HTTP URL `'https://example.org/foo/bar'` is the ASCII string`'https://example.org'`. An error will be thrown if either the given string
1092
- * cannot be parsed as a URL or if a valid origin cannot be derived.
1093
- *
1094
- * A `URL` object, or any object with an `origin` property, may be passed as`originOrStream`, in which case the value of the `origin` property will be
1095
- * used. The value of the `origin` property _must_ be a properly serialized
1096
- * ASCII origin.
1097
- * @since v9.4.0
1098
- * @param alt A description of the alternative service configuration as defined by `RFC 7838`.
1099
- * @param originOrStream Either a URL string specifying the origin (or an `Object` with an `origin` property) or the numeric identifier of an active `Http2Stream` as given by the
1100
- * `http2stream.id` property.
1101
- */
1102
- altsvc(alt: string, originOrStream: number | string | url.URL | AlternativeServiceOptions): void;
1103
- /**
1104
- * Submits an `ORIGIN` frame (as defined by [RFC 8336](https://tools.ietf.org/html/rfc8336)) to the connected client
1105
- * to advertise the set of origins for which the server is capable of providing
1106
- * authoritative responses.
1107
- *
1108
- * ```js
1109
- * const http2 = require('node:http2');
1110
- * const options = getSecureOptionsSomehow();
1111
- * const server = http2.createSecureServer(options);
1112
- * server.on('stream', (stream) => {
1113
- * stream.respond();
1114
- * stream.end('ok');
1115
- * });
1116
- * server.on('session', (session) => {
1117
- * session.origin('https://example.com', 'https://example.org');
1118
- * });
1119
- * ```
1120
- *
1121
- * When a string is passed as an `origin`, it will be parsed as a URL and the
1122
- * origin will be derived. For instance, the origin for the HTTP URL `'https://example.org/foo/bar'` is the ASCII string` 'https://example.org'`. An error will be thrown if either the given
1123
- * string
1124
- * cannot be parsed as a URL or if a valid origin cannot be derived.
1125
- *
1126
- * A `URL` object, or any object with an `origin` property, may be passed as
1127
- * an `origin`, in which case the value of the `origin` property will be
1128
- * used. The value of the `origin` property _must_ be a properly serialized
1129
- * ASCII origin.
1130
- *
1131
- * Alternatively, the `origins` option may be used when creating a new HTTP/2
1132
- * server using the `http2.createSecureServer()` method:
1133
- *
1134
- * ```js
1135
- * const http2 = require('node:http2');
1136
- * const options = getSecureOptionsSomehow();
1137
- * options.origins = ['https://example.com', 'https://example.org'];
1138
- * const server = http2.createSecureServer(options);
1139
- * server.on('stream', (stream) => {
1140
- * stream.respond();
1141
- * stream.end('ok');
1142
- * });
1143
- * ```
1144
- * @since v10.12.0
1145
- * @param origins One or more URL Strings passed as separate arguments.
1146
- */
1147
- origin(
1148
- ...origins: Array<
1149
- | string
1150
- | url.URL
1151
- | {
1152
- origin: string;
1153
- }
1154
- >
1155
- ): void;
1156
- addListener(
1157
- event: "connect",
1158
- listener: (
1159
- session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>,
1160
- socket: net.Socket | tls.TLSSocket,
1161
- ) => void,
1162
- ): this;
1163
- addListener(
1164
- event: "stream",
1165
- listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
1166
- ): this;
1167
- addListener(event: string | symbol, listener: (...args: any[]) => void): this;
1168
- emit(
1169
- event: "connect",
1170
- session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>,
1171
- socket: net.Socket | tls.TLSSocket,
1172
- ): boolean;
1173
- emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
1174
- emit(event: string | symbol, ...args: any[]): boolean;
1175
- on(
1176
- event: "connect",
1177
- listener: (
1178
- session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>,
1179
- socket: net.Socket | tls.TLSSocket,
1180
- ) => void,
1181
- ): this;
1182
- on(
1183
- event: "stream",
1184
- listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
1185
- ): this;
1186
- on(event: string | symbol, listener: (...args: any[]) => void): this;
1187
- once(
1188
- event: "connect",
1189
- listener: (
1190
- session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>,
1191
- socket: net.Socket | tls.TLSSocket,
1192
- ) => void,
1193
- ): this;
1194
- once(
1195
- event: "stream",
1196
- listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
1197
- ): this;
1198
- once(event: string | symbol, listener: (...args: any[]) => void): this;
1199
- prependListener(
1200
- event: "connect",
1201
- listener: (
1202
- session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>,
1203
- socket: net.Socket | tls.TLSSocket,
1204
- ) => void,
1205
- ): this;
1206
- prependListener(
1207
- event: "stream",
1208
- listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
1209
- ): this;
1210
- prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
1211
- prependOnceListener(
1212
- event: "connect",
1213
- listener: (
1214
- session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>,
1215
- socket: net.Socket | tls.TLSSocket,
1216
- ) => void,
1217
- ): this;
1218
- prependOnceListener(
1219
- event: "stream",
1220
- listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
1221
- ): this;
1222
- prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
1223
- }
1224
- // Http2Server
1225
- export interface SessionOptions {
1226
- maxDeflateDynamicTableSize?: number | undefined;
1227
- maxSessionMemory?: number | undefined;
1228
- maxHeaderListPairs?: number | undefined;
1229
- maxOutstandingPings?: number | undefined;
1230
- maxSendHeaderBlockLength?: number | undefined;
1231
- paddingStrategy?: number | undefined;
1232
- peerMaxConcurrentStreams?: number | undefined;
1233
- settings?: Settings | undefined;
1234
- remoteCustomSettings?: number[] | undefined;
1235
- /**
1236
- * Specifies a timeout in milliseconds that
1237
- * a server should wait when an [`'unknownProtocol'`][] is emitted. If the
1238
- * socket has not been destroyed by that time the server will destroy it.
1239
- * @default 100000
1240
- */
1241
- unknownProtocolTimeout?: number | undefined;
1242
- selectPadding?(frameLen: number, maxFrameLen: number): number;
1243
- }
1244
- export interface ClientSessionOptions extends SessionOptions {
1245
- maxReservedRemoteStreams?: number | undefined;
1246
- createConnection?: ((authority: url.URL, option: SessionOptions) => stream.Duplex) | undefined;
1247
- protocol?: "http:" | "https:" | undefined;
1248
- }
1249
- export interface ServerSessionOptions<
1250
- Http1Request extends typeof IncomingMessage = typeof IncomingMessage,
1251
- Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
1252
- Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
1253
- Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
1254
- > extends SessionOptions {
1255
- Http1IncomingMessage?: Http1Request | undefined;
1256
- Http1ServerResponse?: Http1Response | undefined;
1257
- Http2ServerRequest?: Http2Request | undefined;
1258
- Http2ServerResponse?: Http2Response | undefined;
1259
- }
1260
- export interface SecureClientSessionOptions extends ClientSessionOptions, tls.ConnectionOptions {}
1261
- export interface SecureServerSessionOptions<
1262
- Http1Request extends typeof IncomingMessage = typeof IncomingMessage,
1263
- Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
1264
- Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
1265
- Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
1266
- > extends ServerSessionOptions<Http1Request, Http1Response, Http2Request, Http2Response>, tls.TlsOptions {}
1267
- export interface ServerOptions<
1268
- Http1Request extends typeof IncomingMessage = typeof IncomingMessage,
1269
- Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
1270
- Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
1271
- Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
1272
- > extends ServerSessionOptions<Http1Request, Http1Response, Http2Request, Http2Response> {}
1273
- export interface SecureServerOptions<
1274
- Http1Request extends typeof IncomingMessage = typeof IncomingMessage,
1275
- Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
1276
- Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
1277
- Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
1278
- > extends SecureServerSessionOptions<Http1Request, Http1Response, Http2Request, Http2Response> {
1279
- allowHTTP1?: boolean | undefined;
1280
- origins?: string[] | undefined;
1281
- }
1282
- interface HTTP2ServerCommon {
1283
- setTimeout(msec?: number, callback?: () => void): this;
1284
- /**
1285
- * Throws ERR_HTTP2_INVALID_SETTING_VALUE for invalid settings values.
1286
- * Throws ERR_INVALID_ARG_TYPE for invalid settings argument.
1287
- */
1288
- updateSettings(settings: Settings): void;
1289
- }
1290
- export interface Http2Server<
1291
- Http1Request extends typeof IncomingMessage = typeof IncomingMessage,
1292
- Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
1293
- Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
1294
- Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
1295
- > extends net.Server, HTTP2ServerCommon {
1296
- addListener(
1297
- event: "checkContinue",
1298
- listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
1299
- ): this;
1300
- addListener(
1301
- event: "request",
1302
- listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
1303
- ): this;
1304
- addListener(
1305
- event: "session",
1306
- listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
1307
- ): this;
1308
- addListener(event: "sessionError", listener: (err: Error) => void): this;
1309
- addListener(
1310
- event: "stream",
1311
- listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
1312
- ): this;
1313
- addListener(event: "timeout", listener: () => void): this;
1314
- addListener(event: string | symbol, listener: (...args: any[]) => void): this;
1315
- emit(
1316
- event: "checkContinue",
1317
- request: InstanceType<Http2Request>,
1318
- response: InstanceType<Http2Response>,
1319
- ): boolean;
1320
- emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
1321
- emit(
1322
- event: "session",
1323
- session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>,
1324
- ): boolean;
1325
- emit(event: "sessionError", err: Error): boolean;
1326
- emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
1327
- emit(event: "timeout"): boolean;
1328
- emit(event: string | symbol, ...args: any[]): boolean;
1329
- on(
1330
- event: "checkContinue",
1331
- listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
1332
- ): this;
1333
- on(
1334
- event: "request",
1335
- listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
1336
- ): this;
1337
- on(
1338
- event: "session",
1339
- listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
1340
- ): this;
1341
- on(event: "sessionError", listener: (err: Error) => void): this;
1342
- on(
1343
- event: "stream",
1344
- listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
1345
- ): this;
1346
- on(event: "timeout", listener: () => void): this;
1347
- on(event: string | symbol, listener: (...args: any[]) => void): this;
1348
- once(
1349
- event: "checkContinue",
1350
- listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
1351
- ): this;
1352
- once(
1353
- event: "request",
1354
- listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
1355
- ): this;
1356
- once(
1357
- event: "session",
1358
- listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
1359
- ): this;
1360
- once(event: "sessionError", listener: (err: Error) => void): this;
1361
- once(
1362
- event: "stream",
1363
- listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
1364
- ): this;
1365
- once(event: "timeout", listener: () => void): this;
1366
- once(event: string | symbol, listener: (...args: any[]) => void): this;
1367
- prependListener(
1368
- event: "checkContinue",
1369
- listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
1370
- ): this;
1371
- prependListener(
1372
- event: "request",
1373
- listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
1374
- ): this;
1375
- prependListener(
1376
- event: "session",
1377
- listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
1378
- ): this;
1379
- prependListener(event: "sessionError", listener: (err: Error) => void): this;
1380
- prependListener(
1381
- event: "stream",
1382
- listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
1383
- ): this;
1384
- prependListener(event: "timeout", listener: () => void): this;
1385
- prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
1386
- prependOnceListener(
1387
- event: "checkContinue",
1388
- listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
1389
- ): this;
1390
- prependOnceListener(
1391
- event: "request",
1392
- listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
1393
- ): this;
1394
- prependOnceListener(
1395
- event: "session",
1396
- listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
1397
- ): this;
1398
- prependOnceListener(event: "sessionError", listener: (err: Error) => void): this;
1399
- prependOnceListener(
1400
- event: "stream",
1401
- listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
1402
- ): this;
1403
- prependOnceListener(event: "timeout", listener: () => void): this;
1404
- prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
1405
- }
1406
- export interface Http2SecureServer<
1407
- Http1Request extends typeof IncomingMessage = typeof IncomingMessage,
1408
- Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
1409
- Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
1410
- Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
1411
- > extends tls.Server, HTTP2ServerCommon {
1412
- addListener(
1413
- event: "checkContinue",
1414
- listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
1415
- ): this;
1416
- addListener(
1417
- event: "request",
1418
- listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
1419
- ): this;
1420
- addListener(
1421
- event: "session",
1422
- listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
1423
- ): this;
1424
- addListener(event: "sessionError", listener: (err: Error) => void): this;
1425
- addListener(
1426
- event: "stream",
1427
- listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
1428
- ): this;
1429
- addListener(event: "timeout", listener: () => void): this;
1430
- addListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
1431
- addListener(event: string | symbol, listener: (...args: any[]) => void): this;
1432
- emit(
1433
- event: "checkContinue",
1434
- request: InstanceType<Http2Request>,
1435
- response: InstanceType<Http2Response>,
1436
- ): boolean;
1437
- emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
1438
- emit(
1439
- event: "session",
1440
- session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>,
1441
- ): boolean;
1442
- emit(event: "sessionError", err: Error): boolean;
1443
- emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
1444
- emit(event: "timeout"): boolean;
1445
- emit(event: "unknownProtocol", socket: tls.TLSSocket): boolean;
1446
- emit(event: string | symbol, ...args: any[]): boolean;
1447
- on(
1448
- event: "checkContinue",
1449
- listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
1450
- ): this;
1451
- on(
1452
- event: "request",
1453
- listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
1454
- ): this;
1455
- on(
1456
- event: "session",
1457
- listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
1458
- ): this;
1459
- on(event: "sessionError", listener: (err: Error) => void): this;
1460
- on(
1461
- event: "stream",
1462
- listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
1463
- ): this;
1464
- on(event: "timeout", listener: () => void): this;
1465
- on(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
1466
- on(event: string | symbol, listener: (...args: any[]) => void): this;
1467
- once(
1468
- event: "checkContinue",
1469
- listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
1470
- ): this;
1471
- once(
1472
- event: "request",
1473
- listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
1474
- ): this;
1475
- once(
1476
- event: "session",
1477
- listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
1478
- ): this;
1479
- once(event: "sessionError", listener: (err: Error) => void): this;
1480
- once(
1481
- event: "stream",
1482
- listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
1483
- ): this;
1484
- once(event: "timeout", listener: () => void): this;
1485
- once(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
1486
- once(event: string | symbol, listener: (...args: any[]) => void): this;
1487
- prependListener(
1488
- event: "checkContinue",
1489
- listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
1490
- ): this;
1491
- prependListener(
1492
- event: "request",
1493
- listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
1494
- ): this;
1495
- prependListener(
1496
- event: "session",
1497
- listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
1498
- ): this;
1499
- prependListener(event: "sessionError", listener: (err: Error) => void): this;
1500
- prependListener(
1501
- event: "stream",
1502
- listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
1503
- ): this;
1504
- prependListener(event: "timeout", listener: () => void): this;
1505
- prependListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
1506
- prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
1507
- prependOnceListener(
1508
- event: "checkContinue",
1509
- listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
1510
- ): this;
1511
- prependOnceListener(
1512
- event: "request",
1513
- listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
1514
- ): this;
1515
- prependOnceListener(
1516
- event: "session",
1517
- listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
1518
- ): this;
1519
- prependOnceListener(event: "sessionError", listener: (err: Error) => void): this;
1520
- prependOnceListener(
1521
- event: "stream",
1522
- listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
1523
- ): this;
1524
- prependOnceListener(event: "timeout", listener: () => void): this;
1525
- prependOnceListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
1526
- prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
1527
- }
1528
- /**
1529
- * A `Http2ServerRequest` object is created by {@link Server} or {@link SecureServer} and passed as the first argument to the `'request'` event. It may be used to access a request status,
1530
- * headers, and
1531
- * data.
1532
- * @since v8.4.0
1533
- */
1534
- export class Http2ServerRequest extends stream.Readable {
1535
- constructor(
1536
- stream: ServerHttp2Stream,
1537
- headers: IncomingHttpHeaders,
1538
- options: stream.ReadableOptions,
1539
- rawHeaders: readonly string[],
1540
- );
1541
- /**
1542
- * The `request.aborted` property will be `true` if the request has
1543
- * been aborted.
1544
- * @since v10.1.0
1545
- */
1546
- readonly aborted: boolean;
1547
- /**
1548
- * The request authority pseudo header field. Because HTTP/2 allows requests
1549
- * to set either `:authority` or `host`, this value is derived from `req.headers[':authority']` if present. Otherwise, it is derived from `req.headers['host']`.
1550
- * @since v8.4.0
1551
- */
1552
- readonly authority: string;
1553
- /**
1554
- * See `request.socket`.
1555
- * @since v8.4.0
1556
- * @deprecated Since v13.0.0 - Use `socket`.
1557
- */
1558
- readonly connection: net.Socket | tls.TLSSocket;
1559
- /**
1560
- * The `request.complete` property will be `true` if the request has
1561
- * been completed, aborted, or destroyed.
1562
- * @since v12.10.0
1563
- */
1564
- readonly complete: boolean;
1565
- /**
1566
- * The request/response headers object.
1567
- *
1568
- * Key-value pairs of header names and values. Header names are lower-cased.
1569
- *
1570
- * ```js
1571
- * // Prints something like:
1572
- * //
1573
- * // { 'user-agent': 'curl/7.22.0',
1574
- * // host: '127.0.0.1:8000',
1575
- * // accept: '*' }
1576
- * console.log(request.headers);
1577
- * ```
1578
- *
1579
- * See `HTTP/2 Headers Object`.
1580
- *
1581
- * In HTTP/2, the request path, host name, protocol, and method are represented as
1582
- * special headers prefixed with the `:` character (e.g. `':path'`). These special
1583
- * headers will be included in the `request.headers` object. Care must be taken not
1584
- * to inadvertently modify these special headers or errors may occur. For instance,
1585
- * removing all headers from the request will cause errors to occur:
1586
- *
1587
- * ```js
1588
- * removeAllHeaders(request.headers);
1589
- * assert(request.url); // Fails because the :path header has been removed
1590
- * ```
1591
- * @since v8.4.0
1592
- */
1593
- readonly headers: IncomingHttpHeaders;
1594
- /**
1595
- * In case of server request, the HTTP version sent by the client. In the case of
1596
- * client response, the HTTP version of the connected-to server. Returns `'2.0'`.
1597
- *
1598
- * Also `message.httpVersionMajor` is the first integer and `message.httpVersionMinor` is the second.
1599
- * @since v8.4.0
1600
- */
1601
- readonly httpVersion: string;
1602
- readonly httpVersionMinor: number;
1603
- readonly httpVersionMajor: number;
1604
- /**
1605
- * The request method as a string. Read-only. Examples: `'GET'`, `'DELETE'`.
1606
- * @since v8.4.0
1607
- */
1608
- readonly method: string;
1609
- /**
1610
- * The raw request/response headers list exactly as they were received.
1611
- *
1612
- * The keys and values are in the same list. It is _not_ a
1613
- * list of tuples. So, the even-numbered offsets are key values, and the
1614
- * odd-numbered offsets are the associated values.
1615
- *
1616
- * Header names are not lowercased, and duplicates are not merged.
1617
- *
1618
- * ```js
1619
- * // Prints something like:
1620
- * //
1621
- * // [ 'user-agent',
1622
- * // 'this is invalid because there can be only one',
1623
- * // 'User-Agent',
1624
- * // 'curl/7.22.0',
1625
- * // 'Host',
1626
- * // '127.0.0.1:8000',
1627
- * // 'ACCEPT',
1628
- * // '*' ]
1629
- * console.log(request.rawHeaders);
1630
- * ```
1631
- * @since v8.4.0
1632
- */
1633
- readonly rawHeaders: string[];
1634
- /**
1635
- * The raw request/response trailer keys and values exactly as they were
1636
- * received. Only populated at the `'end'` event.
1637
- * @since v8.4.0
1638
- */
1639
- readonly rawTrailers: string[];
1640
- /**
1641
- * The request scheme pseudo header field indicating the scheme
1642
- * portion of the target URL.
1643
- * @since v8.4.0
1644
- */
1645
- readonly scheme: string;
1646
- /**
1647
- * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but
1648
- * applies getters, setters, and methods based on HTTP/2 logic.
1649
- *
1650
- * `destroyed`, `readable`, and `writable` properties will be retrieved from and
1651
- * set on `request.stream`.
1652
- *
1653
- * `destroy`, `emit`, `end`, `on` and `once` methods will be called on `request.stream`.
1654
- *
1655
- * `setTimeout` method will be called on `request.stream.session`.
1656
- *
1657
- * `pause`, `read`, `resume`, and `write` will throw an error with code `ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for
1658
- * more information.
1659
- *
1660
- * All other interactions will be routed directly to the socket. With TLS support,
1661
- * use `request.socket.getPeerCertificate()` to obtain the client's
1662
- * authentication details.
1663
- * @since v8.4.0
1664
- */
1665
- readonly socket: net.Socket | tls.TLSSocket;
1666
- /**
1667
- * The `Http2Stream` object backing the request.
1668
- * @since v8.4.0
1669
- */
1670
- readonly stream: ServerHttp2Stream;
1671
- /**
1672
- * The request/response trailers object. Only populated at the `'end'` event.
1673
- * @since v8.4.0
1674
- */
1675
- readonly trailers: IncomingHttpHeaders;
1676
- /**
1677
- * Request URL string. This contains only the URL that is present in the actual
1678
- * HTTP request. If the request is:
1679
- *
1680
- * ```http
1681
- * GET /status?name=ryan HTTP/1.1
1682
- * Accept: text/plain
1683
- * ```
1684
- *
1685
- * Then `request.url` will be:
1686
- *
1687
- * ```js
1688
- * '/status?name=ryan'
1689
- * ```
1690
- *
1691
- * To parse the url into its parts, `new URL()` can be used:
1692
- *
1693
- * ```console
1694
- * $ node
1695
- * > new URL('/status?name=ryan', 'http://example.com')
1696
- * URL {
1697
- * href: 'http://example.com/status?name=ryan',
1698
- * origin: 'http://example.com',
1699
- * protocol: 'http:',
1700
- * username: '',
1701
- * password: '',
1702
- * host: 'example.com',
1703
- * hostname: 'example.com',
1704
- * port: '',
1705
- * pathname: '/status',
1706
- * search: '?name=ryan',
1707
- * searchParams: URLSearchParams { 'name' => 'ryan' },
1708
- * hash: ''
1709
- * }
1710
- * ```
1711
- * @since v8.4.0
1712
- */
1713
- url: string;
1714
- /**
1715
- * Sets the `Http2Stream`'s timeout value to `msecs`. If a callback is
1716
- * provided, then it is added as a listener on the `'timeout'` event on
1717
- * the response object.
1718
- *
1719
- * If no `'timeout'` listener is added to the request, the response, or
1720
- * the server, then `Http2Stream`s are destroyed when they time out. If a
1721
- * handler is assigned to the request, the response, or the server's `'timeout'`events, timed out sockets must be handled explicitly.
1722
- * @since v8.4.0
1723
- */
1724
- setTimeout(msecs: number, callback?: () => void): void;
1725
- read(size?: number): Buffer | string | null;
1726
- addListener(event: "aborted", listener: (hadError: boolean, code: number) => void): this;
1727
- addListener(event: "close", listener: () => void): this;
1728
- addListener(event: "data", listener: (chunk: Buffer | string) => void): this;
1729
- addListener(event: "end", listener: () => void): this;
1730
- addListener(event: "readable", listener: () => void): this;
1731
- addListener(event: "error", listener: (err: Error) => void): this;
1732
- addListener(event: string | symbol, listener: (...args: any[]) => void): this;
1733
- emit(event: "aborted", hadError: boolean, code: number): boolean;
1734
- emit(event: "close"): boolean;
1735
- emit(event: "data", chunk: Buffer | string): boolean;
1736
- emit(event: "end"): boolean;
1737
- emit(event: "readable"): boolean;
1738
- emit(event: "error", err: Error): boolean;
1739
- emit(event: string | symbol, ...args: any[]): boolean;
1740
- on(event: "aborted", listener: (hadError: boolean, code: number) => void): this;
1741
- on(event: "close", listener: () => void): this;
1742
- on(event: "data", listener: (chunk: Buffer | string) => void): this;
1743
- on(event: "end", listener: () => void): this;
1744
- on(event: "readable", listener: () => void): this;
1745
- on(event: "error", listener: (err: Error) => void): this;
1746
- on(event: string | symbol, listener: (...args: any[]) => void): this;
1747
- once(event: "aborted", listener: (hadError: boolean, code: number) => void): this;
1748
- once(event: "close", listener: () => void): this;
1749
- once(event: "data", listener: (chunk: Buffer | string) => void): this;
1750
- once(event: "end", listener: () => void): this;
1751
- once(event: "readable", listener: () => void): this;
1752
- once(event: "error", listener: (err: Error) => void): this;
1753
- once(event: string | symbol, listener: (...args: any[]) => void): this;
1754
- prependListener(event: "aborted", listener: (hadError: boolean, code: number) => void): this;
1755
- prependListener(event: "close", listener: () => void): this;
1756
- prependListener(event: "data", listener: (chunk: Buffer | string) => void): this;
1757
- prependListener(event: "end", listener: () => void): this;
1758
- prependListener(event: "readable", listener: () => void): this;
1759
- prependListener(event: "error", listener: (err: Error) => void): this;
1760
- prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
1761
- prependOnceListener(event: "aborted", listener: (hadError: boolean, code: number) => void): this;
1762
- prependOnceListener(event: "close", listener: () => void): this;
1763
- prependOnceListener(event: "data", listener: (chunk: Buffer | string) => void): this;
1764
- prependOnceListener(event: "end", listener: () => void): this;
1765
- prependOnceListener(event: "readable", listener: () => void): this;
1766
- prependOnceListener(event: "error", listener: (err: Error) => void): this;
1767
- prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
1768
- }
1769
- /**
1770
- * This object is created internally by an HTTP server, not by the user. It is
1771
- * passed as the second parameter to the `'request'` event.
1772
- * @since v8.4.0
1773
- */
1774
- export class Http2ServerResponse<Request extends Http2ServerRequest = Http2ServerRequest> extends stream.Writable {
1775
- constructor(stream: ServerHttp2Stream);
1776
- /**
1777
- * See `response.socket`.
1778
- * @since v8.4.0
1779
- * @deprecated Since v13.0.0 - Use `socket`.
1780
- */
1781
- readonly connection: net.Socket | tls.TLSSocket;
1782
- /**
1783
- * Append a single header value to the header object.
1784
- *
1785
- * If the value is an array, this is equivalent to calling this method multiple times.
1786
- *
1787
- * If there were no previous values for the header, this is equivalent to calling {@link setHeader}.
1788
- *
1789
- * Attempting to set a header field name or value that contains invalid characters will result in a
1790
- * [TypeError](https://nodejs.org/docs/latest-v22.x/api/errors.html#class-typeerror) being thrown.
1791
- *
1792
- * ```js
1793
- * // Returns headers including "set-cookie: a" and "set-cookie: b"
1794
- * const server = http2.createServer((req, res) => {
1795
- * res.setHeader('set-cookie', 'a');
1796
- * res.appendHeader('set-cookie', 'b');
1797
- * res.writeHead(200);
1798
- * res.end('ok');
1799
- * });
1800
- * ```
1801
- * @since v20.12.0
1802
- */
1803
- appendHeader(name: string, value: string | string[]): void;
1804
- /**
1805
- * Boolean value that indicates whether the response has completed. Starts
1806
- * as `false`. After `response.end()` executes, the value will be `true`.
1807
- * @since v8.4.0
1808
- * @deprecated Since v13.4.0,v12.16.0 - Use `writableEnded`.
1809
- */
1810
- readonly finished: boolean;
1811
- /**
1812
- * True if headers were sent, false otherwise (read-only).
1813
- * @since v8.4.0
1814
- */
1815
- readonly headersSent: boolean;
1816
- /**
1817
- * A reference to the original HTTP2 `request` object.
1818
- * @since v15.7.0
1819
- */
1820
- readonly req: Request;
1821
- /**
1822
- * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but
1823
- * applies getters, setters, and methods based on HTTP/2 logic.
1824
- *
1825
- * `destroyed`, `readable`, and `writable` properties will be retrieved from and
1826
- * set on `response.stream`.
1827
- *
1828
- * `destroy`, `emit`, `end`, `on` and `once` methods will be called on `response.stream`.
1829
- *
1830
- * `setTimeout` method will be called on `response.stream.session`.
1831
- *
1832
- * `pause`, `read`, `resume`, and `write` will throw an error with code `ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for
1833
- * more information.
1834
- *
1835
- * All other interactions will be routed directly to the socket.
1836
- *
1837
- * ```js
1838
- * const http2 = require('node:http2');
1839
- * const server = http2.createServer((req, res) => {
1840
- * const ip = req.socket.remoteAddress;
1841
- * const port = req.socket.remotePort;
1842
- * res.end(`Your IP address is ${ip} and your source port is ${port}.`);
1843
- * }).listen(3000);
1844
- * ```
1845
- * @since v8.4.0
1846
- */
1847
- readonly socket: net.Socket | tls.TLSSocket;
1848
- /**
1849
- * The `Http2Stream` object backing the response.
1850
- * @since v8.4.0
1851
- */
1852
- readonly stream: ServerHttp2Stream;
1853
- /**
1854
- * When true, the Date header will be automatically generated and sent in
1855
- * the response if it is not already present in the headers. Defaults to true.
1856
- *
1857
- * This should only be disabled for testing; HTTP requires the Date header
1858
- * in responses.
1859
- * @since v8.4.0
1860
- */
1861
- sendDate: boolean;
1862
- /**
1863
- * When using implicit headers (not calling `response.writeHead()` explicitly),
1864
- * this property controls the status code that will be sent to the client when
1865
- * the headers get flushed.
1866
- *
1867
- * ```js
1868
- * response.statusCode = 404;
1869
- * ```
1870
- *
1871
- * After response header was sent to the client, this property indicates the
1872
- * status code which was sent out.
1873
- * @since v8.4.0
1874
- */
1875
- statusCode: number;
1876
- /**
1877
- * Status message is not supported by HTTP/2 (RFC 7540 8.1.2.4). It returns
1878
- * an empty string.
1879
- * @since v8.4.0
1880
- */
1881
- statusMessage: "";
1882
- /**
1883
- * This method adds HTTP trailing headers (a header but at the end of the
1884
- * message) to the response.
1885
- *
1886
- * Attempting to set a header field name or value that contains invalid characters
1887
- * will result in a `TypeError` being thrown.
1888
- * @since v8.4.0
1889
- */
1890
- addTrailers(trailers: OutgoingHttpHeaders): void;
1891
- /**
1892
- * This method signals to the server that all of the response headers and body
1893
- * have been sent; that server should consider this message complete.
1894
- * The method, `response.end()`, MUST be called on each response.
1895
- *
1896
- * If `data` is specified, it is equivalent to calling `response.write(data, encoding)` followed by `response.end(callback)`.
1897
- *
1898
- * If `callback` is specified, it will be called when the response stream
1899
- * is finished.
1900
- * @since v8.4.0
1901
- */
1902
- end(callback?: () => void): this;
1903
- end(data: string | Uint8Array, callback?: () => void): this;
1904
- end(data: string | Uint8Array, encoding: BufferEncoding, callback?: () => void): this;
1905
- /**
1906
- * Reads out a header that has already been queued but not sent to the client.
1907
- * The name is case-insensitive.
1908
- *
1909
- * ```js
1910
- * const contentType = response.getHeader('content-type');
1911
- * ```
1912
- * @since v8.4.0
1913
- */
1914
- getHeader(name: string): string;
1915
- /**
1916
- * Returns an array containing the unique names of the current outgoing headers.
1917
- * All header names are lowercase.
1918
- *
1919
- * ```js
1920
- * response.setHeader('Foo', 'bar');
1921
- * response.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']);
1922
- *
1923
- * const headerNames = response.getHeaderNames();
1924
- * // headerNames === ['foo', 'set-cookie']
1925
- * ```
1926
- * @since v8.4.0
1927
- */
1928
- getHeaderNames(): string[];
1929
- /**
1930
- * Returns a shallow copy of the current outgoing headers. Since a shallow copy
1931
- * is used, array values may be mutated without additional calls to various
1932
- * header-related http module methods. The keys of the returned object are the
1933
- * header names and the values are the respective header values. All header names
1934
- * are lowercase.
1935
- *
1936
- * The object returned by the `response.getHeaders()` method _does not_ prototypically inherit from the JavaScript `Object`. This means that typical `Object` methods such as `obj.toString()`,
1937
- * `obj.hasOwnProperty()`, and others
1938
- * are not defined and _will not work_.
1939
- *
1940
- * ```js
1941
- * response.setHeader('Foo', 'bar');
1942
- * response.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']);
1943
- *
1944
- * const headers = response.getHeaders();
1945
- * // headers === { foo: 'bar', 'set-cookie': ['foo=bar', 'bar=baz'] }
1946
- * ```
1947
- * @since v8.4.0
1948
- */
1949
- getHeaders(): OutgoingHttpHeaders;
1950
- /**
1951
- * Returns `true` if the header identified by `name` is currently set in the
1952
- * outgoing headers. The header name matching is case-insensitive.
1953
- *
1954
- * ```js
1955
- * const hasContentType = response.hasHeader('content-type');
1956
- * ```
1957
- * @since v8.4.0
1958
- */
1959
- hasHeader(name: string): boolean;
1960
- /**
1961
- * Removes a header that has been queued for implicit sending.
1962
- *
1963
- * ```js
1964
- * response.removeHeader('Content-Encoding');
1965
- * ```
1966
- * @since v8.4.0
1967
- */
1968
- removeHeader(name: string): void;
1969
- /**
1970
- * Sets a single header value for implicit headers. If this header already exists
1971
- * in the to-be-sent headers, its value will be replaced. Use an array of strings
1972
- * here to send multiple headers with the same name.
1973
- *
1974
- * ```js
1975
- * response.setHeader('Content-Type', 'text/html; charset=utf-8');
1976
- * ```
1977
- *
1978
- * or
1979
- *
1980
- * ```js
1981
- * response.setHeader('Set-Cookie', ['type=ninja', 'language=javascript']);
1982
- * ```
1983
- *
1984
- * Attempting to set a header field name or value that contains invalid characters
1985
- * will result in a `TypeError` being thrown.
1986
- *
1987
- * When headers have been set with `response.setHeader()`, they will be merged
1988
- * with any headers passed to `response.writeHead()`, with the headers passed
1989
- * to `response.writeHead()` given precedence.
1990
- *
1991
- * ```js
1992
- * // Returns content-type = text/plain
1993
- * const server = http2.createServer((req, res) => {
1994
- * res.setHeader('Content-Type', 'text/html; charset=utf-8');
1995
- * res.setHeader('X-Foo', 'bar');
1996
- * res.writeHead(200, { 'Content-Type': 'text/plain; charset=utf-8' });
1997
- * res.end('ok');
1998
- * });
1999
- * ```
2000
- * @since v8.4.0
2001
- */
2002
- setHeader(name: string, value: number | string | readonly string[]): void;
2003
- /**
2004
- * Sets the `Http2Stream`'s timeout value to `msecs`. If a callback is
2005
- * provided, then it is added as a listener on the `'timeout'` event on
2006
- * the response object.
2007
- *
2008
- * If no `'timeout'` listener is added to the request, the response, or
2009
- * the server, then `Http2Stream` s are destroyed when they time out. If a
2010
- * handler is assigned to the request, the response, or the server's `'timeout'` events, timed out sockets must be handled explicitly.
2011
- * @since v8.4.0
2012
- */
2013
- setTimeout(msecs: number, callback?: () => void): void;
2014
- /**
2015
- * If this method is called and `response.writeHead()` has not been called,
2016
- * it will switch to implicit header mode and flush the implicit headers.
2017
- *
2018
- * This sends a chunk of the response body. This method may
2019
- * be called multiple times to provide successive parts of the body.
2020
- *
2021
- * In the `node:http` module, the response body is omitted when the
2022
- * request is a HEAD request. Similarly, the `204` and `304` responses _must not_ include a message body.
2023
- *
2024
- * `chunk` can be a string or a buffer. If `chunk` is a string,
2025
- * the second parameter specifies how to encode it into a byte stream.
2026
- * By default the `encoding` is `'utf8'`. `callback` will be called when this chunk
2027
- * of data is flushed.
2028
- *
2029
- * This is the raw HTTP body and has nothing to do with higher-level multi-part
2030
- * body encodings that may be used.
2031
- *
2032
- * The first time `response.write()` is called, it will send the buffered
2033
- * header information and the first chunk of the body to the client. The second
2034
- * time `response.write()` is called, Node.js assumes data will be streamed,
2035
- * and sends the new data separately. That is, the response is buffered up to the
2036
- * first chunk of the body.
2037
- *
2038
- * Returns `true` if the entire data was flushed successfully to the kernel
2039
- * buffer. Returns `false` if all or part of the data was queued in user memory.`'drain'` will be emitted when the buffer is free again.
2040
- * @since v8.4.0
2041
- */
2042
- write(chunk: string | Uint8Array, callback?: (err: Error) => void): boolean;
2043
- write(chunk: string | Uint8Array, encoding: BufferEncoding, callback?: (err: Error) => void): boolean;
2044
- /**
2045
- * Sends a status `100 Continue` to the client, indicating that the request body
2046
- * should be sent. See the `'checkContinue'` event on `Http2Server` and `Http2SecureServer`.
2047
- * @since v8.4.0
2048
- */
2049
- writeContinue(): void;
2050
- /**
2051
- * Sends a status `103 Early Hints` to the client with a Link header,
2052
- * indicating that the user agent can preload/preconnect the linked resources.
2053
- * The `hints` is an object containing the values of headers to be sent with
2054
- * early hints message.
2055
- *
2056
- * **Example**
2057
- *
2058
- * ```js
2059
- * const earlyHintsLink = '</styles.css>; rel=preload; as=style';
2060
- * response.writeEarlyHints({
2061
- * 'link': earlyHintsLink,
2062
- * });
2063
- *
2064
- * const earlyHintsLinks = [
2065
- * '</styles.css>; rel=preload; as=style',
2066
- * '</scripts.js>; rel=preload; as=script',
2067
- * ];
2068
- * response.writeEarlyHints({
2069
- * 'link': earlyHintsLinks,
2070
- * });
2071
- * ```
2072
- * @since v18.11.0
2073
- */
2074
- writeEarlyHints(hints: Record<string, string | string[]>): void;
2075
- /**
2076
- * Sends a response header to the request. The status code is a 3-digit HTTP
2077
- * status code, like `404`. The last argument, `headers`, are the response headers.
2078
- *
2079
- * Returns a reference to the `Http2ServerResponse`, so that calls can be chained.
2080
- *
2081
- * For compatibility with `HTTP/1`, a human-readable `statusMessage` may be
2082
- * passed as the second argument. However, because the `statusMessage` has no
2083
- * meaning within HTTP/2, the argument will have no effect and a process warning
2084
- * will be emitted.
2085
- *
2086
- * ```js
2087
- * const body = 'hello world';
2088
- * response.writeHead(200, {
2089
- * 'Content-Length': Buffer.byteLength(body),
2090
- * 'Content-Type': 'text/plain; charset=utf-8',
2091
- * });
2092
- * ```
2093
- *
2094
- * `Content-Length` is given in bytes not characters. The`Buffer.byteLength()` API may be used to determine the number of bytes in a
2095
- * given encoding. On outbound messages, Node.js does not check if Content-Length
2096
- * and the length of the body being transmitted are equal or not. However, when
2097
- * receiving messages, Node.js will automatically reject messages when the `Content-Length` does not match the actual payload size.
2098
- *
2099
- * This method may be called at most one time on a message before `response.end()` is called.
2100
- *
2101
- * If `response.write()` or `response.end()` are called before calling
2102
- * this, the implicit/mutable headers will be calculated and call this function.
2103
- *
2104
- * When headers have been set with `response.setHeader()`, they will be merged
2105
- * with any headers passed to `response.writeHead()`, with the headers passed
2106
- * to `response.writeHead()` given precedence.
2107
- *
2108
- * ```js
2109
- * // Returns content-type = text/plain
2110
- * const server = http2.createServer((req, res) => {
2111
- * res.setHeader('Content-Type', 'text/html; charset=utf-8');
2112
- * res.setHeader('X-Foo', 'bar');
2113
- * res.writeHead(200, { 'Content-Type': 'text/plain; charset=utf-8' });
2114
- * res.end('ok');
2115
- * });
2116
- * ```
2117
- *
2118
- * Attempting to set a header field name or value that contains invalid characters
2119
- * will result in a `TypeError` being thrown.
2120
- * @since v8.4.0
2121
- */
2122
- writeHead(statusCode: number, headers?: OutgoingHttpHeaders): this;
2123
- writeHead(statusCode: number, statusMessage: string, headers?: OutgoingHttpHeaders): this;
2124
- /**
2125
- * Call `http2stream.pushStream()` with the given headers, and wrap the
2126
- * given `Http2Stream` on a newly created `Http2ServerResponse` as the callback
2127
- * parameter if successful. When `Http2ServerRequest` is closed, the callback is
2128
- * called with an error `ERR_HTTP2_INVALID_STREAM`.
2129
- * @since v8.4.0
2130
- * @param headers An object describing the headers
2131
- * @param callback Called once `http2stream.pushStream()` is finished, or either when the attempt to create the pushed `Http2Stream` has failed or has been rejected, or the state of
2132
- * `Http2ServerRequest` is closed prior to calling the `http2stream.pushStream()` method
2133
- */
2134
- createPushResponse(
2135
- headers: OutgoingHttpHeaders,
2136
- callback: (err: Error | null, res: Http2ServerResponse) => void,
2137
- ): void;
2138
- addListener(event: "close", listener: () => void): this;
2139
- addListener(event: "drain", listener: () => void): this;
2140
- addListener(event: "error", listener: (error: Error) => void): this;
2141
- addListener(event: "finish", listener: () => void): this;
2142
- addListener(event: "pipe", listener: (src: stream.Readable) => void): this;
2143
- addListener(event: "unpipe", listener: (src: stream.Readable) => void): this;
2144
- addListener(event: string | symbol, listener: (...args: any[]) => void): this;
2145
- emit(event: "close"): boolean;
2146
- emit(event: "drain"): boolean;
2147
- emit(event: "error", error: Error): boolean;
2148
- emit(event: "finish"): boolean;
2149
- emit(event: "pipe", src: stream.Readable): boolean;
2150
- emit(event: "unpipe", src: stream.Readable): boolean;
2151
- emit(event: string | symbol, ...args: any[]): boolean;
2152
- on(event: "close", listener: () => void): this;
2153
- on(event: "drain", listener: () => void): this;
2154
- on(event: "error", listener: (error: Error) => void): this;
2155
- on(event: "finish", listener: () => void): this;
2156
- on(event: "pipe", listener: (src: stream.Readable) => void): this;
2157
- on(event: "unpipe", listener: (src: stream.Readable) => void): this;
2158
- on(event: string | symbol, listener: (...args: any[]) => void): this;
2159
- once(event: "close", listener: () => void): this;
2160
- once(event: "drain", listener: () => void): this;
2161
- once(event: "error", listener: (error: Error) => void): this;
2162
- once(event: "finish", listener: () => void): this;
2163
- once(event: "pipe", listener: (src: stream.Readable) => void): this;
2164
- once(event: "unpipe", listener: (src: stream.Readable) => void): this;
2165
- once(event: string | symbol, listener: (...args: any[]) => void): this;
2166
- prependListener(event: "close", listener: () => void): this;
2167
- prependListener(event: "drain", listener: () => void): this;
2168
- prependListener(event: "error", listener: (error: Error) => void): this;
2169
- prependListener(event: "finish", listener: () => void): this;
2170
- prependListener(event: "pipe", listener: (src: stream.Readable) => void): this;
2171
- prependListener(event: "unpipe", listener: (src: stream.Readable) => void): this;
2172
- prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
2173
- prependOnceListener(event: "close", listener: () => void): this;
2174
- prependOnceListener(event: "drain", listener: () => void): this;
2175
- prependOnceListener(event: "error", listener: (error: Error) => void): this;
2176
- prependOnceListener(event: "finish", listener: () => void): this;
2177
- prependOnceListener(event: "pipe", listener: (src: stream.Readable) => void): this;
2178
- prependOnceListener(event: "unpipe", listener: (src: stream.Readable) => void): this;
2179
- prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
2180
- }
2181
- export namespace constants {
2182
- const NGHTTP2_SESSION_SERVER: number;
2183
- const NGHTTP2_SESSION_CLIENT: number;
2184
- const NGHTTP2_STREAM_STATE_IDLE: number;
2185
- const NGHTTP2_STREAM_STATE_OPEN: number;
2186
- const NGHTTP2_STREAM_STATE_RESERVED_LOCAL: number;
2187
- const NGHTTP2_STREAM_STATE_RESERVED_REMOTE: number;
2188
- const NGHTTP2_STREAM_STATE_HALF_CLOSED_LOCAL: number;
2189
- const NGHTTP2_STREAM_STATE_HALF_CLOSED_REMOTE: number;
2190
- const NGHTTP2_STREAM_STATE_CLOSED: number;
2191
- const NGHTTP2_NO_ERROR: number;
2192
- const NGHTTP2_PROTOCOL_ERROR: number;
2193
- const NGHTTP2_INTERNAL_ERROR: number;
2194
- const NGHTTP2_FLOW_CONTROL_ERROR: number;
2195
- const NGHTTP2_SETTINGS_TIMEOUT: number;
2196
- const NGHTTP2_STREAM_CLOSED: number;
2197
- const NGHTTP2_FRAME_SIZE_ERROR: number;
2198
- const NGHTTP2_REFUSED_STREAM: number;
2199
- const NGHTTP2_CANCEL: number;
2200
- const NGHTTP2_COMPRESSION_ERROR: number;
2201
- const NGHTTP2_CONNECT_ERROR: number;
2202
- const NGHTTP2_ENHANCE_YOUR_CALM: number;
2203
- const NGHTTP2_INADEQUATE_SECURITY: number;
2204
- const NGHTTP2_HTTP_1_1_REQUIRED: number;
2205
- const NGHTTP2_ERR_FRAME_SIZE_ERROR: number;
2206
- const NGHTTP2_FLAG_NONE: number;
2207
- const NGHTTP2_FLAG_END_STREAM: number;
2208
- const NGHTTP2_FLAG_END_HEADERS: number;
2209
- const NGHTTP2_FLAG_ACK: number;
2210
- const NGHTTP2_FLAG_PADDED: number;
2211
- const NGHTTP2_FLAG_PRIORITY: number;
2212
- const DEFAULT_SETTINGS_HEADER_TABLE_SIZE: number;
2213
- const DEFAULT_SETTINGS_ENABLE_PUSH: number;
2214
- const DEFAULT_SETTINGS_INITIAL_WINDOW_SIZE: number;
2215
- const DEFAULT_SETTINGS_MAX_FRAME_SIZE: number;
2216
- const MAX_MAX_FRAME_SIZE: number;
2217
- const MIN_MAX_FRAME_SIZE: number;
2218
- const MAX_INITIAL_WINDOW_SIZE: number;
2219
- const NGHTTP2_DEFAULT_WEIGHT: number;
2220
- const NGHTTP2_SETTINGS_HEADER_TABLE_SIZE: number;
2221
- const NGHTTP2_SETTINGS_ENABLE_PUSH: number;
2222
- const NGHTTP2_SETTINGS_MAX_CONCURRENT_STREAMS: number;
2223
- const NGHTTP2_SETTINGS_INITIAL_WINDOW_SIZE: number;
2224
- const NGHTTP2_SETTINGS_MAX_FRAME_SIZE: number;
2225
- const NGHTTP2_SETTINGS_MAX_HEADER_LIST_SIZE: number;
2226
- const PADDING_STRATEGY_NONE: number;
2227
- const PADDING_STRATEGY_MAX: number;
2228
- const PADDING_STRATEGY_CALLBACK: number;
2229
- const HTTP2_HEADER_STATUS: string;
2230
- const HTTP2_HEADER_METHOD: string;
2231
- const HTTP2_HEADER_AUTHORITY: string;
2232
- const HTTP2_HEADER_SCHEME: string;
2233
- const HTTP2_HEADER_PATH: string;
2234
- const HTTP2_HEADER_ACCEPT_CHARSET: string;
2235
- const HTTP2_HEADER_ACCEPT_ENCODING: string;
2236
- const HTTP2_HEADER_ACCEPT_LANGUAGE: string;
2237
- const HTTP2_HEADER_ACCEPT_RANGES: string;
2238
- const HTTP2_HEADER_ACCEPT: string;
2239
- const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_CREDENTIALS: string;
2240
- const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_HEADERS: string;
2241
- const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_METHODS: string;
2242
- const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN: string;
2243
- const HTTP2_HEADER_ACCESS_CONTROL_EXPOSE_HEADERS: string;
2244
- const HTTP2_HEADER_ACCESS_CONTROL_REQUEST_HEADERS: string;
2245
- const HTTP2_HEADER_ACCESS_CONTROL_REQUEST_METHOD: string;
2246
- const HTTP2_HEADER_AGE: string;
2247
- const HTTP2_HEADER_ALLOW: string;
2248
- const HTTP2_HEADER_AUTHORIZATION: string;
2249
- const HTTP2_HEADER_CACHE_CONTROL: string;
2250
- const HTTP2_HEADER_CONNECTION: string;
2251
- const HTTP2_HEADER_CONTENT_DISPOSITION: string;
2252
- const HTTP2_HEADER_CONTENT_ENCODING: string;
2253
- const HTTP2_HEADER_CONTENT_LANGUAGE: string;
2254
- const HTTP2_HEADER_CONTENT_LENGTH: string;
2255
- const HTTP2_HEADER_CONTENT_LOCATION: string;
2256
- const HTTP2_HEADER_CONTENT_MD5: string;
2257
- const HTTP2_HEADER_CONTENT_RANGE: string;
2258
- const HTTP2_HEADER_CONTENT_TYPE: string;
2259
- const HTTP2_HEADER_COOKIE: string;
2260
- const HTTP2_HEADER_DATE: string;
2261
- const HTTP2_HEADER_ETAG: string;
2262
- const HTTP2_HEADER_EXPECT: string;
2263
- const HTTP2_HEADER_EXPIRES: string;
2264
- const HTTP2_HEADER_FROM: string;
2265
- const HTTP2_HEADER_HOST: string;
2266
- const HTTP2_HEADER_IF_MATCH: string;
2267
- const HTTP2_HEADER_IF_MODIFIED_SINCE: string;
2268
- const HTTP2_HEADER_IF_NONE_MATCH: string;
2269
- const HTTP2_HEADER_IF_RANGE: string;
2270
- const HTTP2_HEADER_IF_UNMODIFIED_SINCE: string;
2271
- const HTTP2_HEADER_LAST_MODIFIED: string;
2272
- const HTTP2_HEADER_LINK: string;
2273
- const HTTP2_HEADER_LOCATION: string;
2274
- const HTTP2_HEADER_MAX_FORWARDS: string;
2275
- const HTTP2_HEADER_PREFER: string;
2276
- const HTTP2_HEADER_PROXY_AUTHENTICATE: string;
2277
- const HTTP2_HEADER_PROXY_AUTHORIZATION: string;
2278
- const HTTP2_HEADER_RANGE: string;
2279
- const HTTP2_HEADER_REFERER: string;
2280
- const HTTP2_HEADER_REFRESH: string;
2281
- const HTTP2_HEADER_RETRY_AFTER: string;
2282
- const HTTP2_HEADER_SERVER: string;
2283
- const HTTP2_HEADER_SET_COOKIE: string;
2284
- const HTTP2_HEADER_STRICT_TRANSPORT_SECURITY: string;
2285
- const HTTP2_HEADER_TRANSFER_ENCODING: string;
2286
- const HTTP2_HEADER_TE: string;
2287
- const HTTP2_HEADER_UPGRADE: string;
2288
- const HTTP2_HEADER_USER_AGENT: string;
2289
- const HTTP2_HEADER_VARY: string;
2290
- const HTTP2_HEADER_VIA: string;
2291
- const HTTP2_HEADER_WWW_AUTHENTICATE: string;
2292
- const HTTP2_HEADER_HTTP2_SETTINGS: string;
2293
- const HTTP2_HEADER_KEEP_ALIVE: string;
2294
- const HTTP2_HEADER_PROXY_CONNECTION: string;
2295
- const HTTP2_METHOD_ACL: string;
2296
- const HTTP2_METHOD_BASELINE_CONTROL: string;
2297
- const HTTP2_METHOD_BIND: string;
2298
- const HTTP2_METHOD_CHECKIN: string;
2299
- const HTTP2_METHOD_CHECKOUT: string;
2300
- const HTTP2_METHOD_CONNECT: string;
2301
- const HTTP2_METHOD_COPY: string;
2302
- const HTTP2_METHOD_DELETE: string;
2303
- const HTTP2_METHOD_GET: string;
2304
- const HTTP2_METHOD_HEAD: string;
2305
- const HTTP2_METHOD_LABEL: string;
2306
- const HTTP2_METHOD_LINK: string;
2307
- const HTTP2_METHOD_LOCK: string;
2308
- const HTTP2_METHOD_MERGE: string;
2309
- const HTTP2_METHOD_MKACTIVITY: string;
2310
- const HTTP2_METHOD_MKCALENDAR: string;
2311
- const HTTP2_METHOD_MKCOL: string;
2312
- const HTTP2_METHOD_MKREDIRECTREF: string;
2313
- const HTTP2_METHOD_MKWORKSPACE: string;
2314
- const HTTP2_METHOD_MOVE: string;
2315
- const HTTP2_METHOD_OPTIONS: string;
2316
- const HTTP2_METHOD_ORDERPATCH: string;
2317
- const HTTP2_METHOD_PATCH: string;
2318
- const HTTP2_METHOD_POST: string;
2319
- const HTTP2_METHOD_PRI: string;
2320
- const HTTP2_METHOD_PROPFIND: string;
2321
- const HTTP2_METHOD_PROPPATCH: string;
2322
- const HTTP2_METHOD_PUT: string;
2323
- const HTTP2_METHOD_REBIND: string;
2324
- const HTTP2_METHOD_REPORT: string;
2325
- const HTTP2_METHOD_SEARCH: string;
2326
- const HTTP2_METHOD_TRACE: string;
2327
- const HTTP2_METHOD_UNBIND: string;
2328
- const HTTP2_METHOD_UNCHECKOUT: string;
2329
- const HTTP2_METHOD_UNLINK: string;
2330
- const HTTP2_METHOD_UNLOCK: string;
2331
- const HTTP2_METHOD_UPDATE: string;
2332
- const HTTP2_METHOD_UPDATEREDIRECTREF: string;
2333
- const HTTP2_METHOD_VERSION_CONTROL: string;
2334
- const HTTP_STATUS_CONTINUE: number;
2335
- const HTTP_STATUS_SWITCHING_PROTOCOLS: number;
2336
- const HTTP_STATUS_PROCESSING: number;
2337
- const HTTP_STATUS_OK: number;
2338
- const HTTP_STATUS_CREATED: number;
2339
- const HTTP_STATUS_ACCEPTED: number;
2340
- const HTTP_STATUS_NON_AUTHORITATIVE_INFORMATION: number;
2341
- const HTTP_STATUS_NO_CONTENT: number;
2342
- const HTTP_STATUS_RESET_CONTENT: number;
2343
- const HTTP_STATUS_PARTIAL_CONTENT: number;
2344
- const HTTP_STATUS_MULTI_STATUS: number;
2345
- const HTTP_STATUS_ALREADY_REPORTED: number;
2346
- const HTTP_STATUS_IM_USED: number;
2347
- const HTTP_STATUS_MULTIPLE_CHOICES: number;
2348
- const HTTP_STATUS_MOVED_PERMANENTLY: number;
2349
- const HTTP_STATUS_FOUND: number;
2350
- const HTTP_STATUS_SEE_OTHER: number;
2351
- const HTTP_STATUS_NOT_MODIFIED: number;
2352
- const HTTP_STATUS_USE_PROXY: number;
2353
- const HTTP_STATUS_TEMPORARY_REDIRECT: number;
2354
- const HTTP_STATUS_PERMANENT_REDIRECT: number;
2355
- const HTTP_STATUS_BAD_REQUEST: number;
2356
- const HTTP_STATUS_UNAUTHORIZED: number;
2357
- const HTTP_STATUS_PAYMENT_REQUIRED: number;
2358
- const HTTP_STATUS_FORBIDDEN: number;
2359
- const HTTP_STATUS_NOT_FOUND: number;
2360
- const HTTP_STATUS_METHOD_NOT_ALLOWED: number;
2361
- const HTTP_STATUS_NOT_ACCEPTABLE: number;
2362
- const HTTP_STATUS_PROXY_AUTHENTICATION_REQUIRED: number;
2363
- const HTTP_STATUS_REQUEST_TIMEOUT: number;
2364
- const HTTP_STATUS_CONFLICT: number;
2365
- const HTTP_STATUS_GONE: number;
2366
- const HTTP_STATUS_LENGTH_REQUIRED: number;
2367
- const HTTP_STATUS_PRECONDITION_FAILED: number;
2368
- const HTTP_STATUS_PAYLOAD_TOO_LARGE: number;
2369
- const HTTP_STATUS_URI_TOO_LONG: number;
2370
- const HTTP_STATUS_UNSUPPORTED_MEDIA_TYPE: number;
2371
- const HTTP_STATUS_RANGE_NOT_SATISFIABLE: number;
2372
- const HTTP_STATUS_EXPECTATION_FAILED: number;
2373
- const HTTP_STATUS_TEAPOT: number;
2374
- const HTTP_STATUS_MISDIRECTED_REQUEST: number;
2375
- const HTTP_STATUS_UNPROCESSABLE_ENTITY: number;
2376
- const HTTP_STATUS_LOCKED: number;
2377
- const HTTP_STATUS_FAILED_DEPENDENCY: number;
2378
- const HTTP_STATUS_UNORDERED_COLLECTION: number;
2379
- const HTTP_STATUS_UPGRADE_REQUIRED: number;
2380
- const HTTP_STATUS_PRECONDITION_REQUIRED: number;
2381
- const HTTP_STATUS_TOO_MANY_REQUESTS: number;
2382
- const HTTP_STATUS_REQUEST_HEADER_FIELDS_TOO_LARGE: number;
2383
- const HTTP_STATUS_UNAVAILABLE_FOR_LEGAL_REASONS: number;
2384
- const HTTP_STATUS_INTERNAL_SERVER_ERROR: number;
2385
- const HTTP_STATUS_NOT_IMPLEMENTED: number;
2386
- const HTTP_STATUS_BAD_GATEWAY: number;
2387
- const HTTP_STATUS_SERVICE_UNAVAILABLE: number;
2388
- const HTTP_STATUS_GATEWAY_TIMEOUT: number;
2389
- const HTTP_STATUS_HTTP_VERSION_NOT_SUPPORTED: number;
2390
- const HTTP_STATUS_VARIANT_ALSO_NEGOTIATES: number;
2391
- const HTTP_STATUS_INSUFFICIENT_STORAGE: number;
2392
- const HTTP_STATUS_LOOP_DETECTED: number;
2393
- const HTTP_STATUS_BANDWIDTH_LIMIT_EXCEEDED: number;
2394
- const HTTP_STATUS_NOT_EXTENDED: number;
2395
- const HTTP_STATUS_NETWORK_AUTHENTICATION_REQUIRED: number;
2396
- }
2397
- /**
2398
- * This symbol can be set as a property on the HTTP/2 headers object with
2399
- * an array value in order to provide a list of headers considered sensitive.
2400
- */
2401
- export const sensitiveHeaders: symbol;
2402
- /**
2403
- * Returns an object containing the default settings for an `Http2Session` instance. This method returns a new object instance every time it is called
2404
- * so instances returned may be safely modified for use.
2405
- * @since v8.4.0
2406
- */
2407
- export function getDefaultSettings(): Settings;
2408
- /**
2409
- * Returns a `Buffer` instance containing serialized representation of the given
2410
- * HTTP/2 settings as specified in the [HTTP/2](https://tools.ietf.org/html/rfc7540) specification. This is intended
2411
- * for use with the `HTTP2-Settings` header field.
2412
- *
2413
- * ```js
2414
- * const http2 = require('node:http2');
2415
- *
2416
- * const packed = http2.getPackedSettings({ enablePush: false });
2417
- *
2418
- * console.log(packed.toString('base64'));
2419
- * // Prints: AAIAAAAA
2420
- * ```
2421
- * @since v8.4.0
2422
- */
2423
- export function getPackedSettings(settings: Settings): Buffer;
2424
- /**
2425
- * Returns a `HTTP/2 Settings Object` containing the deserialized settings from
2426
- * the given `Buffer` as generated by `http2.getPackedSettings()`.
2427
- * @since v8.4.0
2428
- * @param buf The packed settings.
2429
- */
2430
- export function getUnpackedSettings(buf: Uint8Array): Settings;
2431
- /**
2432
- * Returns a `net.Server` instance that creates and manages `Http2Session` instances.
2433
- *
2434
- * Since there are no browsers known that support [unencrypted HTTP/2](https://http2.github.io/faq/#does-http2-require-encryption), the use of {@link createSecureServer} is necessary when
2435
- * communicating
2436
- * with browser clients.
2437
- *
2438
- * ```js
2439
- * const http2 = require('node:http2');
2440
- *
2441
- * // Create an unencrypted HTTP/2 server.
2442
- * // Since there are no browsers known that support
2443
- * // unencrypted HTTP/2, the use of `http2.createSecureServer()`
2444
- * // is necessary when communicating with browser clients.
2445
- * const server = http2.createServer();
2446
- *
2447
- * server.on('stream', (stream, headers) => {
2448
- * stream.respond({
2449
- * 'content-type': 'text/html; charset=utf-8',
2450
- * ':status': 200,
2451
- * });
2452
- * stream.end('<h1>Hello World</h1>');
2453
- * });
2454
- *
2455
- * server.listen(8000);
2456
- * ```
2457
- * @since v8.4.0
2458
- * @param onRequestHandler See `Compatibility API`
2459
- */
2460
- export function createServer(
2461
- onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void,
2462
- ): Http2Server;
2463
- export function createServer<
2464
- Http1Request extends typeof IncomingMessage = typeof IncomingMessage,
2465
- Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
2466
- Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
2467
- Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
2468
- >(
2469
- options: ServerOptions<Http1Request, Http1Response, Http2Request, Http2Response>,
2470
- onRequestHandler?: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
2471
- ): Http2Server<Http1Request, Http1Response, Http2Request, Http2Response>;
2472
- /**
2473
- * Returns a `tls.Server` instance that creates and manages `Http2Session` instances.
2474
- *
2475
- * ```js
2476
- * const http2 = require('node:http2');
2477
- * const fs = require('node:fs');
2478
- *
2479
- * const options = {
2480
- * key: fs.readFileSync('server-key.pem'),
2481
- * cert: fs.readFileSync('server-cert.pem'),
2482
- * };
2483
- *
2484
- * // Create a secure HTTP/2 server
2485
- * const server = http2.createSecureServer(options);
2486
- *
2487
- * server.on('stream', (stream, headers) => {
2488
- * stream.respond({
2489
- * 'content-type': 'text/html; charset=utf-8',
2490
- * ':status': 200,
2491
- * });
2492
- * stream.end('<h1>Hello World</h1>');
2493
- * });
2494
- *
2495
- * server.listen(8443);
2496
- * ```
2497
- * @since v8.4.0
2498
- * @param onRequestHandler See `Compatibility API`
2499
- */
2500
- export function createSecureServer(
2501
- onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void,
2502
- ): Http2SecureServer;
2503
- export function createSecureServer<
2504
- Http1Request extends typeof IncomingMessage = typeof IncomingMessage,
2505
- Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
2506
- Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
2507
- Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
2508
- >(
2509
- options: SecureServerOptions<Http1Request, Http1Response, Http2Request, Http2Response>,
2510
- onRequestHandler?: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
2511
- ): Http2SecureServer<Http1Request, Http1Response, Http2Request, Http2Response>;
2512
- /**
2513
- * Returns a `ClientHttp2Session` instance.
2514
- *
2515
- * ```js
2516
- * const http2 = require('node:http2');
2517
- * const client = http2.connect('https://localhost:1234');
2518
- *
2519
- * // Use the client
2520
- *
2521
- * client.close();
2522
- * ```
2523
- * @since v8.4.0
2524
- * @param authority The remote HTTP/2 server to connect to. This must be in the form of a minimal, valid URL with the `http://` or `https://` prefix, host name, and IP port (if a non-default port
2525
- * is used). Userinfo (user ID and password), path, querystring, and fragment details in the URL will be ignored.
2526
- * @param listener Will be registered as a one-time listener of the {@link 'connect'} event.
2527
- */
2528
- export function connect(
2529
- authority: string | url.URL,
2530
- listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void,
2531
- ): ClientHttp2Session;
2532
- export function connect(
2533
- authority: string | url.URL,
2534
- options?: ClientSessionOptions | SecureClientSessionOptions,
2535
- listener?: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void,
2536
- ): ClientHttp2Session;
2537
- /**
2538
- * Create an HTTP/2 server session from an existing socket.
2539
- * @param socket A Duplex Stream
2540
- * @param options Any `{@link createServer}` options can be provided.
2541
- * @since v20.12.0
2542
- */
2543
- export function performServerHandshake<
2544
- Http1Request extends typeof IncomingMessage = typeof IncomingMessage,
2545
- Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
2546
- Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
2547
- Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
2548
- >(
2549
- socket: stream.Duplex,
2550
- options?: ServerOptions<Http1Request, Http1Response, Http2Request, Http2Response>,
2551
- ): ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>;
2552
- }
2553
- declare module "node:http2" {
2554
- export * from "http2";
2555
- }