aws-delivlib 14.4.2 → 14.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/publishing/github/node_modules/.yarn-integrity +42 -36
- package/lib/publishing/github/node_modules/@octokit/app/dist-node/index.js +146 -106
- package/lib/publishing/github/node_modules/@octokit/app/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/each-installation.js +34 -23
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/each-repository.js +46 -38
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/get-installation-octokit.js +16 -13
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/index.js +76 -63
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/middleware/node/index.js +48 -41
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/middleware/node/on-unhandled-request-default.js +12 -7
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/webhooks.js +44 -51
- package/lib/publishing/github/node_modules/@octokit/app/dist-types/each-installation.d.ts +6 -3
- package/lib/publishing/github/node_modules/@octokit/app/dist-types/each-repository.d.ts +1 -0
- package/lib/publishing/github/node_modules/@octokit/app/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/app/dist-web/index.js +306 -0
- package/lib/publishing/github/node_modules/@octokit/app/dist-web/index.js.map +7 -0
- package/lib/publishing/github/node_modules/@octokit/app/package.json +22 -21
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-node/index.js +239 -180
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/auth.js +27 -24
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/cache.js +73 -66
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/get-app-authentication.js +28 -21
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/get-installation-authentication.js +96 -74
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/hook.js +79 -75
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/index.js +51 -39
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/requires-app-auth.js +30 -47
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/to-token-authentication.js +29 -11
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/auth.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/cache.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/get-app-authentication.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/get-installation-authentication.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/hook.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/index.d.ts +2 -2
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/to-token-authentication.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/types.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-web/index.js +405 -360
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/package.json +24 -25
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-node/index.js +15 -17
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-types/types.d.ts +17 -17
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-web/index.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-app/package.json +3 -3
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-node/index.js +23 -31
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-types/types.d.ts +12 -12
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-web/index.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-device/package.json +5 -5
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/README.md +23 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-node/index.js +40 -39
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-src/auth.js +8 -0
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-src/get-authentication.js +3 -0
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-src/index.js +2 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-types/hook.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-types/types.d.ts +38 -34
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-web/index.js +14 -2
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-oauth-user/package.json +5 -5
- package/lib/publishing/github/node_modules/@octokit/auth-token/README.md +5 -10
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-node/index.js +44 -20
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-src/auth.js +13 -17
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-src/hook.js +10 -4
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-src/index.js +16 -11
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-src/with-authorization-prefix.js +8 -10
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-types/auth.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-types/hook.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-types/index.d.ts +2 -2
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-types/types.d.ts +13 -13
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-web/index.js +42 -45
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/auth-token/package.json +23 -27
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-node/index.js +47 -22
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/auth.js +8 -5
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/hook.js +33 -24
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/index.js +12 -7
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/is-abuse-limit-error.js +8 -5
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/is-rate-limit-error.js +11 -9
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-types/index.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-types/types.d.ts +9 -9
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-web/index.js +62 -50
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/package.json +22 -23
- package/lib/publishing/github/node_modules/@octokit/core/README.md +4 -4
- package/lib/publishing/github/node_modules/@octokit/core/dist-node/index.js +119 -100
- package/lib/publishing/github/node_modules/@octokit/core/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/core/dist-src/index.js +114 -112
- package/lib/publishing/github/node_modules/@octokit/core/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/core/dist-types/types.d.ts +7 -7
- package/lib/publishing/github/node_modules/@octokit/core/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/core/dist-web/index.js +124 -122
- package/lib/publishing/github/node_modules/@octokit/core/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/core/package.json +26 -27
- package/lib/publishing/github/node_modules/@octokit/endpoint/README.md +3 -3
- package/lib/publishing/github/node_modules/@octokit/endpoint/dist-node/index.js +22 -62
- package/lib/publishing/github/node_modules/@octokit/endpoint/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/endpoint/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/endpoint/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/endpoint/dist-web/index.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/endpoint/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/endpoint/package.json +4 -4
- package/lib/publishing/github/node_modules/@octokit/graphql/README.md +1 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-node/index.js +81 -39
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/error.js +17 -17
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/graphql.js +55 -44
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/index.js +17 -12
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/with-defaults.js +12 -9
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/error.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/graphql.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/index.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/types.d.ts +7 -7
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-types/with-defaults.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-web/index.js +103 -90
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/package.json +23 -24
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-node/index.js +290 -263
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/add-event-handler.js +13 -10
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/emit-event.js +13 -10
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/index.js +108 -64
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/check-token.js +14 -11
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/create-token.js +27 -24
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/delete-authorization.js +43 -40
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/delete-token.js +32 -29
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/get-oauth-client-code.js +5 -2
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/get-user-octokit.js +29 -24
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/get-web-flow-authorization-url.js +16 -28
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/refresh-token.js +34 -29
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/reset-token.js +58 -55
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/methods/scope-token.js +34 -29
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/aws-lambda/api-gateway-v2-parse-request.js +14 -11
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/aws-lambda/api-gateway-v2-send-response.js +9 -6
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/aws-lambda/api-gateway-v2.js +21 -13
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/handle-request.js +217 -210
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/node/index.js +30 -20
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/node/parse-request.js +13 -13
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/node/send-response.js +6 -3
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/on-unhandled-request-default.js +11 -8
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/web-worker/index.js +31 -19
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/web-worker/parse-request.js +11 -9
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/web-worker/send-response.js +8 -5
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/oauth-app-octokit.js +5 -2
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-types/middleware/web-worker/index.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-app/package.json +20 -20
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-node/index.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/check-token.d.ts +4 -4
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/create-device-code.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/delete-authorization.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/delete-token.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/exchange-device-code.d.ts +11 -11
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/exchange-web-flow-code.d.ts +4 -4
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/get-web-flow-authorization-url.d.ts +4 -4
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/refresh-token.d.ts +2 -2
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/reset-token.d.ts +4 -4
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/scope-token.d.ts +8 -8
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/types.d.ts +9 -9
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-methods/package.json +7 -7
- package/lib/publishing/github/node_modules/@octokit/openapi-types/package.json +2 -2
- package/lib/publishing/github/node_modules/@octokit/openapi-types/types.d.ts +77450 -13127
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js +292 -57
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/compose-paginate.js +5 -2
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/generated/paginating-endpoints.js +226 -213
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/index.js +17 -12
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/iterator.js +36 -37
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/normalize-paginated-list-response.js +29 -45
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/paginate.js +31 -21
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/paginating-endpoints.js +14 -9
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/compose-paginate.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts +183 -111
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/index.d.ts +3 -4
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/iterator.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/normalize-paginated-list-response.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/paginate.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/types.d.ts +29 -29
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-web/index.js +334 -334
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/package.json +24 -26
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js +99 -39
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js +197 -77
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/method-types.d.ts +1419 -661
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts +359 -119
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/types.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-web/index.js +198 -78
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-rest-endpoint-methods/package.json +9 -9
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-node/index.js +80 -35
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-src/error-request.js +12 -13
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-src/index.js +29 -22
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-src/wrap-request.js +31 -15
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-types/error-request.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-types/wrap-request.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-web/index.js +68 -54
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-retry/package.json +21 -22
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-node/index.js +18 -11
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-src/index.js +21 -14
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-src/version.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-types/index.d.ts +6 -0
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-types/types.d.ts +13 -12
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-web/index.js +22 -15
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/dist-web/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-throttling/package.json +7 -7
- package/lib/publishing/github/node_modules/@octokit/request/README.md +3 -3
- package/lib/publishing/github/node_modules/@octokit/request/dist-node/index.js +105 -77
- package/lib/publishing/github/node_modules/@octokit/request/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/request/dist-src/fetch-wrapper.js +111 -108
- package/lib/publishing/github/node_modules/@octokit/request/dist-src/get-buffer-response.js +5 -2
- package/lib/publishing/github/node_modules/@octokit/request/dist-src/index.js +7 -4
- package/lib/publishing/github/node_modules/@octokit/request/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/request/dist-src/with-defaults.js +23 -18
- package/lib/publishing/github/node_modules/@octokit/request/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/request/dist-web/index.js +148 -138
- package/lib/publishing/github/node_modules/@octokit/request/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/request/package.json +23 -24
- package/lib/publishing/github/node_modules/@octokit/request-error/dist-node/index.js +10 -19
- package/lib/publishing/github/node_modules/@octokit/request-error/dist-node/index.js.map +1 -1
- package/lib/publishing/github/node_modules/@octokit/request-error/dist-types/types.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/request-error/package.json +4 -4
- package/lib/publishing/github/node_modules/@octokit/tsconfig/LICENSE +7 -0
- package/lib/publishing/github/node_modules/@octokit/tsconfig/README.md +31 -0
- package/lib/publishing/github/node_modules/@octokit/tsconfig/package.json +28 -0
- package/lib/publishing/github/node_modules/@octokit/types/dist-node/index.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-src/VERSION.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/EndpointDefaults.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/EndpointOptions.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/Fetch.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/GetResponseTypeFromEndpointMethod.d.ts +4 -4
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/OctokitResponse.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestError.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestHeaders.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestMethod.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestOptions.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestParameters.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/RequestRequestOptions.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/ResponseHeaders.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/Route.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/Signal.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/Url.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/VERSION.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts +464 -332
- package/lib/publishing/github/node_modules/@octokit/types/dist-web/index.js +1 -1
- package/lib/publishing/github/node_modules/@octokit/types/package.json +10 -10
- package/lib/publishing/github/node_modules/@octokit/webhooks/README.md +68 -64
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-node/index.js +467 -97
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/createLogger.js +11 -6
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/event-handler/index.js +23 -16
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/event-handler/on.js +31 -22
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/event-handler/receive.js +51 -49
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/event-handler/remove-listener.js +18 -15
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/event-handler/wrap-error-handler.js +17 -18
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/generated/webhook-names.js +262 -254
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/index.js +40 -22
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/get-missing-headers.js +8 -6
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/get-payload.js +27 -22
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/index.js +19 -6
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/middleware.js +86 -72
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/on-unhandled-request-default.js +12 -7
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/sign.js +8 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/to-normalized-json-string.js +8 -8
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/verify-and-receive.js +22 -16
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/verify.js +9 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/event-handler/on.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/event-handler/remove-listener.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/generated/webhook-names.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/index.d.ts +14 -4
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/get-missing-headers.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/get-payload.d.ts +3 -3
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/index.d.ts +2 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/middleware.d.ts +4 -4
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/on-unhandled-request-default.d.ts +2 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/middleware/node/types.d.ts +5 -4
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/to-normalized-json-string.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/types.d.ts +12 -11
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-types/verify-and-receive.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-web/index.js +609 -533
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/package.json +20 -22
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/README.md +84 -3
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-node/index.js +89 -48
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/index.js +22 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/node/sign.js +19 -16
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/node/verify.js +18 -14
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/types.js +8 -5
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/utils.js +5 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-src/web.js +62 -44
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-types/index.d.ts +3 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-types/node/sign.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-types/types.d.ts +2 -2
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-types/web.d.ts +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-web/index.js +71 -53
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-methods/package.json +36 -25
- package/lib/publishing/github/node_modules/@octokit/webhooks-types/package.json +1 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks-types/schema.d.ts +670 -35
- package/lib/publishing/github/node_modules/@types/aws-lambda/README.md +2 -2
- package/lib/publishing/github/node_modules/@types/aws-lambda/index.d.ts +3 -2
- package/lib/publishing/github/node_modules/@types/aws-lambda/package.json +3 -8
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/amplify-resolver.d.ts +38 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/api-gateway-proxy.d.ts +75 -1
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/appsync-resolver.d.ts +4 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/codecommit.d.ts +36 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/custom-message.d.ts +8 -4
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/custom-sms-sender.d.ts +49 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/cognito-user-pool-trigger/index.d.ts +1 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/dynamodb-stream.d.ts +11 -1
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/kinesis-stream.d.ts +26 -1
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/msk.d.ts +7 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/self-managed-kafka.d.ts +27 -0
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/sns.d.ts +2 -2
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/sqs.d.ts +1 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/README.md +1 -1
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/index.d.ts +14 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/README.md +2 -2
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/assert.d.ts +135 -75
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/async_hooks.d.ts +67 -38
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/buffer.d.ts +220 -101
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/child_process.d.ts +87 -58
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/cluster.d.ts +25 -29
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/console.d.ts +5 -5
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/crypto.d.ts +873 -249
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/dgram.d.ts +16 -16
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/diagnostics_channel.d.ts +60 -21
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/dns/promises.d.ts +52 -8
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/dns.d.ts +27 -18
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/dom-events.d.ts +126 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/domain.d.ts +6 -5
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/events.d.ts +166 -93
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/fs/promises.d.ts +149 -74
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/fs.d.ts +288 -121
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/globals.d.ts +22 -13
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/http.d.ts +453 -125
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/http2.d.ts +74 -46
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/https.d.ts +103 -53
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/index.d.ts +6 -2
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/inspector.d.ts +20 -16
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/module.d.ts +6 -4
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/net.d.ts +106 -16
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/os.d.ts +36 -14
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/package.json +15 -3
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/path.d.ts +37 -26
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/perf_hooks.d.ts +96 -15
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/process.d.ts +53 -50
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/punycode.d.ts +1 -1
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/querystring.d.ts +6 -6
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/readline/promises.d.ts +145 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/readline.d.ts +51 -175
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/repl.d.ts +21 -21
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/stream/consumers.d.ts +2 -14
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/stream.d.ts +983 -824
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/string_decoder.d.ts +6 -6
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/test.d.ts +1052 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/timers/promises.d.ts +26 -1
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/timers.d.ts +125 -4
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/tls.d.ts +149 -50
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/trace_events.d.ts +30 -9
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/assert/strict.d.ts +8 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/assert.d.ts +972 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/async_hooks.d.ts +530 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/buffer.d.ts +2351 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/child_process.d.ts +1395 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/cluster.d.ts +410 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/console.d.ts +412 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/constants.d.ts +18 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/crypto.d.ts +3961 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/dgram.d.ts +545 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +191 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/dns/promises.d.ts +414 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/dns.d.ts +668 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/dom-events.d.ts +126 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/domain.d.ts +170 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/events.d.ts +724 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/fs/promises.d.ts +1189 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/fs.d.ts +4043 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/globals.d.ts +303 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/http.d.ts +1724 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/http2.d.ts +2129 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/https.d.ts +441 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/index.d.ts +88 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/inspector.d.ts +2748 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/module.d.ts +116 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/net.d.ts +886 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/os.d.ts +477 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/path.d.ts +191 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/perf_hooks.d.ts +638 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/process.d.ts +1485 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/punycode.d.ts +117 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/querystring.d.ts +131 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/readline/promises.d.ts +145 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/readline.d.ts +526 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/repl.d.ts +424 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/stream/consumers.d.ts +12 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/stream/promises.d.ts +42 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/stream/web.d.ts +330 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/stream.d.ts +1392 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/string_decoder.d.ts +67 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/test.d.ts +1052 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/timers/promises.d.ts +93 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/timers.d.ts +215 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/tls.d.ts +1119 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/trace_events.d.ts +182 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/tty.d.ts +205 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/url.d.ts +901 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/util.d.ts +2052 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/v8.d.ts +635 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/vm.d.ts +894 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/wasi.d.ts +152 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/worker_threads.d.ts +693 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts4.8/zlib.d.ts +517 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/tty.d.ts +7 -6
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/url.d.ts +66 -56
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/util.d.ts +528 -70
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/v8.d.ts +271 -14
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/vm.d.ts +421 -34
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/wasi.d.ts +13 -19
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/worker_threads.d.ts +81 -37
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/zlib.d.ts +11 -11
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/package.json +3 -3
- package/lib/publishing/github/node_modules/@types/node/README.md +1 -1
- package/lib/publishing/github/node_modules/@types/node/child_process.d.ts +41 -2
- package/lib/publishing/github/node_modules/@types/node/crypto.d.ts +77 -7
- package/lib/publishing/github/node_modules/@types/node/fs/promises.d.ts +15 -12
- package/lib/publishing/github/node_modules/@types/node/globals.d.ts +5 -3
- package/lib/publishing/github/node_modules/@types/node/http.d.ts +142 -53
- package/lib/publishing/github/node_modules/@types/node/http2.d.ts +1 -2
- package/lib/publishing/github/node_modules/@types/node/https.d.ts +192 -62
- package/lib/publishing/github/node_modules/@types/node/index.d.ts +1 -1
- package/lib/publishing/github/node_modules/@types/node/inspector.d.ts +1 -1
- package/lib/publishing/github/node_modules/@types/node/net.d.ts +1 -0
- package/lib/publishing/github/node_modules/@types/node/os.d.ts +1 -0
- package/lib/publishing/github/node_modules/@types/node/package.json +10 -3
- package/lib/publishing/github/node_modules/@types/node/path.d.ts +32 -21
- package/lib/publishing/github/node_modules/@types/node/stream.d.ts +99 -0
- package/lib/publishing/github/node_modules/@types/node/tls.d.ts +13 -13
- package/lib/publishing/github/node_modules/@types/node/ts4.8/assert.d.ts +128 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/async_hooks.d.ts +229 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/buffer.d.ts +89 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/child_process.d.ts +553 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/cluster.d.ts +265 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/console.d.ts +142 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/constants.d.ts +18 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/crypto.d.ts +1283 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/dgram.d.ts +144 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/dns.d.ts +387 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/domain.d.ts +27 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/events.d.ts +82 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/fs/promises.d.ts +572 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/fs.d.ts +2281 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/globals.d.ts +746 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/http.d.ts +580 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/http2.d.ts +961 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/https.d.ts +272 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/index.d.ts +53 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/inspector.d.ts +3051 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/module.d.ts +56 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/net.d.ts +309 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/os.d.ts +243 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/path.d.ts +168 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/perf_hooks.d.ts +274 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/process.d.ts +413 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/punycode.d.ts +78 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/querystring.d.ts +31 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/readline.d.ts +174 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/repl.d.ts +398 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/stream.d.ts +458 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/string_decoder.d.ts +10 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/timers.d.ts +19 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/tls.d.ts +784 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/trace_events.d.ts +64 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/tty.d.ts +69 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/url.d.ts +177 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/util.d.ts +216 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/v8.d.ts +190 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/vm.d.ts +155 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/wasi.d.ts +89 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/worker_threads.d.ts +241 -0
- package/lib/publishing/github/node_modules/@types/node/ts4.8/zlib.d.ts +364 -0
- package/lib/publishing/github/node_modules/@types/node/url.d.ts +28 -0
- package/lib/publishing/github/node_modules/before-after-hook/README.md +1 -3
- package/lib/publishing/github/node_modules/before-after-hook/index.d.ts +48 -48
- package/lib/publishing/github/node_modules/before-after-hook/index.js +43 -39
- package/lib/publishing/github/node_modules/before-after-hook/package.json +15 -10
- package/lib/publishing/github/node_modules/lru-cache/LICENSE +1 -1
- package/lib/publishing/github/node_modules/lru-cache/README.md +1127 -104
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.d.ts +834 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.d.ts.map +1 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.js +1395 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.js.map +1 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.min.js +2 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/index.min.js.map +7 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/cjs/package.json +3 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.d.ts +834 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.d.ts.map +1 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.js +1391 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.js.map +1 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.min.js +2 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/index.min.js.map +7 -0
- package/lib/publishing/github/node_modules/lru-cache/dist/mjs/package.json +3 -0
- package/lib/publishing/github/node_modules/lru-cache/package.json +86 -12
- package/lib/publishing/github/node_modules/node-fetch/README.md +43 -0
- package/lib/publishing/github/node_modules/node-fetch/browser.js +7 -7
- package/lib/publishing/github/node_modules/node-fetch/lib/index.es.js +92 -2
- package/lib/publishing/github/node_modules/node-fetch/lib/index.js +92 -2
- package/lib/publishing/github/node_modules/node-fetch/lib/index.mjs +92 -2
- package/lib/publishing/github/node_modules/node-fetch/package.json +16 -3
- package/lib/publishing/github/node_modules/octokit/README.md +4 -4
- package/lib/publishing/github/node_modules/octokit/dist-node/index.js +60 -33
- package/lib/publishing/github/node_modules/octokit/dist-node/index.js.map +7 -1
- package/lib/publishing/github/node_modules/octokit/dist-src/app.js +8 -3
- package/lib/publishing/github/node_modules/octokit/dist-src/index.js +8 -2
- package/lib/publishing/github/node_modules/octokit/dist-src/octokit.js +28 -20
- package/lib/publishing/github/node_modules/octokit/dist-src/version.js +4 -1
- package/lib/publishing/github/node_modules/octokit/dist-types/app.d.ts +2 -2
- package/lib/publishing/github/node_modules/octokit/dist-types/octokit.d.ts +1 -1
- package/lib/publishing/github/node_modules/octokit/dist-types/version.d.ts +1 -1
- package/lib/publishing/github/node_modules/octokit/dist-web/index.js +46 -34
- package/lib/publishing/github/node_modules/octokit/dist-web/index.js.map +7 -1
- package/lib/publishing/github/node_modules/octokit/package.json +26 -28
- package/lib/publishing/github/node_modules/semver/README.md +67 -0
- package/lib/publishing/github/node_modules/semver/bin/semver.js +16 -2
- package/lib/publishing/github/node_modules/semver/classes/comparator.js +37 -33
- package/lib/publishing/github/node_modules/semver/classes/range.js +6 -2
- package/lib/publishing/github/node_modules/semver/classes/semver.js +27 -14
- package/lib/publishing/github/node_modules/semver/functions/diff.js +48 -17
- package/lib/publishing/github/node_modules/semver/functions/inc.js +3 -2
- package/lib/publishing/github/node_modules/semver/functions/parse.js +5 -22
- package/lib/publishing/github/node_modules/semver/index.js +1 -0
- package/lib/publishing/github/node_modules/semver/internal/constants.js +15 -2
- package/lib/publishing/github/node_modules/semver/internal/parse-options.js +14 -10
- package/lib/publishing/github/node_modules/semver/node_modules/lru-cache/LICENSE +15 -0
- package/lib/publishing/github/node_modules/semver/node_modules/lru-cache/README.md +166 -0
- package/lib/publishing/github/node_modules/semver/node_modules/lru-cache/package.json +34 -0
- package/lib/publishing/github/node_modules/semver/package.json +7 -6
- package/lib/publishing/github/node_modules/semver/ranges/intersects.js +1 -1
- package/lib/publishing/github/node_modules/semver/ranges/subset.js +6 -3
- package/lib/publishing/github/node_modules/typescript/lib/tsc.js +8 -3
- package/lib/publishing/github/node_modules/typescript/lib/tsserver.js +13 -3
- package/lib/publishing/github/node_modules/typescript/lib/tsserverlibrary.js +13 -3
- package/lib/publishing/github/node_modules/typescript/lib/typescript.js +13 -3
- package/lib/publishing/github/node_modules/typescript/lib/typescriptServices.js +13 -3
- package/lib/publishing/github/node_modules/typescript/lib/typingsInstaller.js +13 -3
- package/lib/publishing/github/node_modules/typescript/package.json +1 -1
- package/lib/publishing/github/package-lock.json +675 -0
- package/lib/publishing/github/package.json +1 -1
- package/lib/publishing/github/publish.sh +3 -1
- package/package.json +1 -1
- package/lib/publishing/github/node_modules/@octokit/app/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/auth-app/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/auth-token/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/auth-unauthenticated/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/core/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/graphql/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/middleware/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/oauth-app/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/plugin-paginate-rest/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/middleware/node/types.js +0 -1
- package/lib/publishing/github/node_modules/@octokit/webhooks/dist-src/types.js +0 -1
- package/lib/publishing/github/node_modules/@types/lru-cache/LICENSE +0 -21
- package/lib/publishing/github/node_modules/@types/lru-cache/README.md +0 -16
- package/lib/publishing/github/node_modules/@types/lru-cache/index.d.ts +0 -193
- package/lib/publishing/github/node_modules/@types/lru-cache/package.json +0 -30
- package/lib/publishing/github/yarn.lock +0 -473
- /package/lib/publishing/github/node_modules/{lru-cache → semver/node_modules/lru-cache}/index.js +0 -0
|
@@ -0,0 +1,961 @@
|
|
|
1
|
+
declare module 'http2' {
|
|
2
|
+
import EventEmitter = require('events');
|
|
3
|
+
import * as fs from 'fs';
|
|
4
|
+
import * as net from 'net';
|
|
5
|
+
import * as stream from 'stream';
|
|
6
|
+
import * as tls from 'tls';
|
|
7
|
+
import * as url from 'url';
|
|
8
|
+
|
|
9
|
+
import {
|
|
10
|
+
IncomingHttpHeaders as Http1IncomingHttpHeaders,
|
|
11
|
+
OutgoingHttpHeaders,
|
|
12
|
+
IncomingMessage,
|
|
13
|
+
ServerResponse,
|
|
14
|
+
} from 'http';
|
|
15
|
+
export { OutgoingHttpHeaders } from 'http';
|
|
16
|
+
|
|
17
|
+
export interface IncomingHttpStatusHeader {
|
|
18
|
+
":status"?: number | undefined;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export interface IncomingHttpHeaders extends Http1IncomingHttpHeaders {
|
|
22
|
+
":path"?: string | undefined;
|
|
23
|
+
":method"?: string | undefined;
|
|
24
|
+
":authority"?: string | undefined;
|
|
25
|
+
":scheme"?: string | undefined;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
// Http2Stream
|
|
29
|
+
|
|
30
|
+
export interface StreamPriorityOptions {
|
|
31
|
+
exclusive?: boolean | undefined;
|
|
32
|
+
parent?: number | undefined;
|
|
33
|
+
weight?: number | undefined;
|
|
34
|
+
silent?: boolean | undefined;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export interface StreamState {
|
|
38
|
+
localWindowSize?: number | undefined;
|
|
39
|
+
state?: number | undefined;
|
|
40
|
+
localClose?: number | undefined;
|
|
41
|
+
remoteClose?: number | undefined;
|
|
42
|
+
sumDependencyWeight?: number | undefined;
|
|
43
|
+
weight?: number | undefined;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export interface ServerStreamResponseOptions {
|
|
47
|
+
endStream?: boolean | undefined;
|
|
48
|
+
waitForTrailers?: boolean | undefined;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export interface StatOptions {
|
|
52
|
+
offset: number;
|
|
53
|
+
length: number;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export interface ServerStreamFileResponseOptions {
|
|
57
|
+
statCheck?(stats: fs.Stats, headers: OutgoingHttpHeaders, statOptions: StatOptions): void | boolean;
|
|
58
|
+
waitForTrailers?: boolean | undefined;
|
|
59
|
+
offset?: number | undefined;
|
|
60
|
+
length?: number | undefined;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
export interface ServerStreamFileResponseOptionsWithError extends ServerStreamFileResponseOptions {
|
|
64
|
+
onError?(err: NodeJS.ErrnoException): void;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export interface Http2Stream extends stream.Duplex {
|
|
68
|
+
readonly aborted: boolean;
|
|
69
|
+
readonly bufferSize: number;
|
|
70
|
+
readonly closed: boolean;
|
|
71
|
+
readonly destroyed: boolean;
|
|
72
|
+
/**
|
|
73
|
+
* Set the true if the END_STREAM flag was set in the request or response HEADERS frame received,
|
|
74
|
+
* indicating that no additional data should be received and the readable side of the Http2Stream will be closed.
|
|
75
|
+
*/
|
|
76
|
+
readonly endAfterHeaders: boolean;
|
|
77
|
+
readonly id?: number | undefined;
|
|
78
|
+
readonly pending: boolean;
|
|
79
|
+
readonly rstCode: number;
|
|
80
|
+
readonly sentHeaders: OutgoingHttpHeaders;
|
|
81
|
+
readonly sentInfoHeaders?: OutgoingHttpHeaders[] | undefined;
|
|
82
|
+
readonly sentTrailers?: OutgoingHttpHeaders | undefined;
|
|
83
|
+
readonly session: Http2Session;
|
|
84
|
+
readonly state: StreamState;
|
|
85
|
+
|
|
86
|
+
close(code?: number, callback?: () => void): void;
|
|
87
|
+
priority(options: StreamPriorityOptions): void;
|
|
88
|
+
setTimeout(msecs: number, callback?: () => void): void;
|
|
89
|
+
sendTrailers(headers: OutgoingHttpHeaders): void;
|
|
90
|
+
|
|
91
|
+
addListener(event: "aborted", listener: () => void): this;
|
|
92
|
+
addListener(event: "close", listener: () => void): this;
|
|
93
|
+
addListener(event: "data", listener: (chunk: Buffer | string) => void): this;
|
|
94
|
+
addListener(event: "drain", listener: () => void): this;
|
|
95
|
+
addListener(event: "end", listener: () => void): this;
|
|
96
|
+
addListener(event: "error", listener: (err: Error) => void): this;
|
|
97
|
+
addListener(event: "finish", listener: () => void): this;
|
|
98
|
+
addListener(event: "frameError", listener: (frameType: number, errorCode: number) => void): this;
|
|
99
|
+
addListener(event: "pipe", listener: (src: stream.Readable) => void): this;
|
|
100
|
+
addListener(event: "unpipe", listener: (src: stream.Readable) => void): this;
|
|
101
|
+
addListener(event: "streamClosed", listener: (code: number) => void): this;
|
|
102
|
+
addListener(event: "timeout", listener: () => void): this;
|
|
103
|
+
addListener(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this;
|
|
104
|
+
addListener(event: "wantTrailers", listener: () => void): this;
|
|
105
|
+
addListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
106
|
+
|
|
107
|
+
emit(event: "aborted"): boolean;
|
|
108
|
+
emit(event: "close"): boolean;
|
|
109
|
+
emit(event: "data", chunk: Buffer | string): boolean;
|
|
110
|
+
emit(event: "drain"): boolean;
|
|
111
|
+
emit(event: "end"): boolean;
|
|
112
|
+
emit(event: "error", err: Error): boolean;
|
|
113
|
+
emit(event: "finish"): boolean;
|
|
114
|
+
emit(event: "frameError", frameType: number, errorCode: number): boolean;
|
|
115
|
+
emit(event: "pipe", src: stream.Readable): boolean;
|
|
116
|
+
emit(event: "unpipe", src: stream.Readable): boolean;
|
|
117
|
+
emit(event: "streamClosed", code: number): boolean;
|
|
118
|
+
emit(event: "timeout"): boolean;
|
|
119
|
+
emit(event: "trailers", trailers: IncomingHttpHeaders, flags: number): boolean;
|
|
120
|
+
emit(event: "wantTrailers"): boolean;
|
|
121
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
122
|
+
|
|
123
|
+
on(event: "aborted", listener: () => void): this;
|
|
124
|
+
on(event: "close", listener: () => void): this;
|
|
125
|
+
on(event: "data", listener: (chunk: Buffer | string) => void): this;
|
|
126
|
+
on(event: "drain", listener: () => void): this;
|
|
127
|
+
on(event: "end", listener: () => void): this;
|
|
128
|
+
on(event: "error", listener: (err: Error) => void): this;
|
|
129
|
+
on(event: "finish", listener: () => void): this;
|
|
130
|
+
on(event: "frameError", listener: (frameType: number, errorCode: number) => void): this;
|
|
131
|
+
on(event: "pipe", listener: (src: stream.Readable) => void): this;
|
|
132
|
+
on(event: "unpipe", listener: (src: stream.Readable) => void): this;
|
|
133
|
+
on(event: "streamClosed", listener: (code: number) => void): this;
|
|
134
|
+
on(event: "timeout", listener: () => void): this;
|
|
135
|
+
on(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this;
|
|
136
|
+
on(event: "wantTrailers", listener: () => void): this;
|
|
137
|
+
on(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
138
|
+
|
|
139
|
+
once(event: "aborted", listener: () => void): this;
|
|
140
|
+
once(event: "close", listener: () => void): this;
|
|
141
|
+
once(event: "data", listener: (chunk: Buffer | string) => void): this;
|
|
142
|
+
once(event: "drain", listener: () => void): this;
|
|
143
|
+
once(event: "end", listener: () => void): this;
|
|
144
|
+
once(event: "error", listener: (err: Error) => void): this;
|
|
145
|
+
once(event: "finish", listener: () => void): this;
|
|
146
|
+
once(event: "frameError", listener: (frameType: number, errorCode: number) => void): this;
|
|
147
|
+
once(event: "pipe", listener: (src: stream.Readable) => void): this;
|
|
148
|
+
once(event: "unpipe", listener: (src: stream.Readable) => void): this;
|
|
149
|
+
once(event: "streamClosed", listener: (code: number) => void): this;
|
|
150
|
+
once(event: "timeout", listener: () => void): this;
|
|
151
|
+
once(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this;
|
|
152
|
+
once(event: "wantTrailers", listener: () => void): this;
|
|
153
|
+
once(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
154
|
+
|
|
155
|
+
prependListener(event: "aborted", listener: () => void): this;
|
|
156
|
+
prependListener(event: "close", listener: () => void): this;
|
|
157
|
+
prependListener(event: "data", listener: (chunk: Buffer | string) => void): this;
|
|
158
|
+
prependListener(event: "drain", listener: () => void): this;
|
|
159
|
+
prependListener(event: "end", listener: () => void): this;
|
|
160
|
+
prependListener(event: "error", listener: (err: Error) => void): this;
|
|
161
|
+
prependListener(event: "finish", listener: () => void): this;
|
|
162
|
+
prependListener(event: "frameError", listener: (frameType: number, errorCode: number) => void): this;
|
|
163
|
+
prependListener(event: "pipe", listener: (src: stream.Readable) => void): this;
|
|
164
|
+
prependListener(event: "unpipe", listener: (src: stream.Readable) => void): this;
|
|
165
|
+
prependListener(event: "streamClosed", listener: (code: number) => void): this;
|
|
166
|
+
prependListener(event: "timeout", listener: () => void): this;
|
|
167
|
+
prependListener(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this;
|
|
168
|
+
prependListener(event: "wantTrailers", listener: () => void): this;
|
|
169
|
+
prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
170
|
+
|
|
171
|
+
prependOnceListener(event: "aborted", listener: () => void): this;
|
|
172
|
+
prependOnceListener(event: "close", listener: () => void): this;
|
|
173
|
+
prependOnceListener(event: "data", listener: (chunk: Buffer | string) => void): this;
|
|
174
|
+
prependOnceListener(event: "drain", listener: () => void): this;
|
|
175
|
+
prependOnceListener(event: "end", listener: () => void): this;
|
|
176
|
+
prependOnceListener(event: "error", listener: (err: Error) => void): this;
|
|
177
|
+
prependOnceListener(event: "finish", listener: () => void): this;
|
|
178
|
+
prependOnceListener(event: "frameError", listener: (frameType: number, errorCode: number) => void): this;
|
|
179
|
+
prependOnceListener(event: "pipe", listener: (src: stream.Readable) => void): this;
|
|
180
|
+
prependOnceListener(event: "unpipe", listener: (src: stream.Readable) => void): this;
|
|
181
|
+
prependOnceListener(event: "streamClosed", listener: (code: number) => void): this;
|
|
182
|
+
prependOnceListener(event: "timeout", listener: () => void): this;
|
|
183
|
+
prependOnceListener(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this;
|
|
184
|
+
prependOnceListener(event: "wantTrailers", listener: () => void): this;
|
|
185
|
+
prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
export interface ClientHttp2Stream extends Http2Stream {
|
|
189
|
+
addListener(event: "continue", listener: () => {}): this;
|
|
190
|
+
addListener(event: "headers", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
191
|
+
addListener(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
192
|
+
addListener(event: "response", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
193
|
+
addListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
194
|
+
|
|
195
|
+
emit(event: "continue"): boolean;
|
|
196
|
+
emit(event: "headers", headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean;
|
|
197
|
+
emit(event: "push", headers: IncomingHttpHeaders, flags: number): boolean;
|
|
198
|
+
emit(event: "response", headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean;
|
|
199
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
200
|
+
|
|
201
|
+
on(event: "continue", listener: () => {}): this;
|
|
202
|
+
on(event: "headers", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
203
|
+
on(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
204
|
+
on(event: "response", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
205
|
+
on(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
206
|
+
|
|
207
|
+
once(event: "continue", listener: () => {}): this;
|
|
208
|
+
once(event: "headers", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
209
|
+
once(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
210
|
+
once(event: "response", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
211
|
+
once(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
212
|
+
|
|
213
|
+
prependListener(event: "continue", listener: () => {}): this;
|
|
214
|
+
prependListener(event: "headers", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
215
|
+
prependListener(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
216
|
+
prependListener(event: "response", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
217
|
+
prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
218
|
+
|
|
219
|
+
prependOnceListener(event: "continue", listener: () => {}): this;
|
|
220
|
+
prependOnceListener(event: "headers", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
221
|
+
prependOnceListener(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
222
|
+
prependOnceListener(event: "response", listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
223
|
+
prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
export interface ServerHttp2Stream extends Http2Stream {
|
|
227
|
+
readonly headersSent: boolean;
|
|
228
|
+
readonly pushAllowed: boolean;
|
|
229
|
+
additionalHeaders(headers: OutgoingHttpHeaders): void;
|
|
230
|
+
pushStream(headers: OutgoingHttpHeaders, callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void): void;
|
|
231
|
+
pushStream(headers: OutgoingHttpHeaders, options?: StreamPriorityOptions, callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void): void;
|
|
232
|
+
respond(headers?: OutgoingHttpHeaders, options?: ServerStreamResponseOptions): void;
|
|
233
|
+
respondWithFD(fd: number | fs.promises.FileHandle, headers?: OutgoingHttpHeaders, options?: ServerStreamFileResponseOptions): void;
|
|
234
|
+
respondWithFile(path: string, headers?: OutgoingHttpHeaders, options?: ServerStreamFileResponseOptionsWithError): void;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
// Http2Session
|
|
238
|
+
|
|
239
|
+
export interface Settings {
|
|
240
|
+
headerTableSize?: number | undefined;
|
|
241
|
+
enablePush?: boolean | undefined;
|
|
242
|
+
initialWindowSize?: number | undefined;
|
|
243
|
+
maxFrameSize?: number | undefined;
|
|
244
|
+
maxConcurrentStreams?: number | undefined;
|
|
245
|
+
maxHeaderListSize?: number | undefined;
|
|
246
|
+
enableConnectProtocol?: boolean | undefined;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
export interface ClientSessionRequestOptions {
|
|
250
|
+
endStream?: boolean | undefined;
|
|
251
|
+
exclusive?: boolean | undefined;
|
|
252
|
+
parent?: number | undefined;
|
|
253
|
+
weight?: number | undefined;
|
|
254
|
+
waitForTrailers?: boolean | undefined;
|
|
255
|
+
signal?: AbortSignal | undefined;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
export interface SessionState {
|
|
259
|
+
effectiveLocalWindowSize?: number | undefined;
|
|
260
|
+
effectiveRecvDataLength?: number | undefined;
|
|
261
|
+
nextStreamID?: number | undefined;
|
|
262
|
+
localWindowSize?: number | undefined;
|
|
263
|
+
lastProcStreamID?: number | undefined;
|
|
264
|
+
remoteWindowSize?: number | undefined;
|
|
265
|
+
outboundQueueSize?: number | undefined;
|
|
266
|
+
deflateDynamicTableSize?: number | undefined;
|
|
267
|
+
inflateDynamicTableSize?: number | undefined;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
export interface Http2Session extends EventEmitter {
|
|
271
|
+
readonly alpnProtocol?: string | undefined;
|
|
272
|
+
readonly closed: boolean;
|
|
273
|
+
readonly connecting: boolean;
|
|
274
|
+
readonly destroyed: boolean;
|
|
275
|
+
readonly encrypted?: boolean | undefined;
|
|
276
|
+
readonly localSettings: Settings;
|
|
277
|
+
readonly originSet?: string[] | undefined;
|
|
278
|
+
readonly pendingSettingsAck: boolean;
|
|
279
|
+
readonly remoteSettings: Settings;
|
|
280
|
+
readonly socket: net.Socket | tls.TLSSocket;
|
|
281
|
+
readonly state: SessionState;
|
|
282
|
+
readonly type: number;
|
|
283
|
+
|
|
284
|
+
close(callback?: () => void): void;
|
|
285
|
+
destroy(error?: Error, code?: number): void;
|
|
286
|
+
goaway(code?: number, lastStreamID?: number, opaqueData?: NodeJS.ArrayBufferView): void;
|
|
287
|
+
ping(callback: (err: Error | null, duration: number, payload: Buffer) => void): boolean;
|
|
288
|
+
ping(payload: NodeJS.ArrayBufferView, callback: (err: Error | null, duration: number, payload: Buffer) => void): boolean;
|
|
289
|
+
ref(): void;
|
|
290
|
+
setLocalWindowSize(windowSize: number): void;
|
|
291
|
+
setTimeout(msecs: number, callback?: () => void): void;
|
|
292
|
+
settings(settings: Settings, callback?: (err: Error | null, settings: Settings, duration: number) => void): void;
|
|
293
|
+
unref(): void;
|
|
294
|
+
|
|
295
|
+
addListener(event: "close", listener: () => void): this;
|
|
296
|
+
addListener(event: "error", listener: (err: Error) => void): this;
|
|
297
|
+
addListener(event: "frameError", listener: (frameType: number, errorCode: number, streamID: number) => void): this;
|
|
298
|
+
addListener(event: "goaway", listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this;
|
|
299
|
+
addListener(event: "localSettings", listener: (settings: Settings) => void): this;
|
|
300
|
+
addListener(event: "ping", listener: () => void): this;
|
|
301
|
+
addListener(event: "remoteSettings", listener: (settings: Settings) => void): this;
|
|
302
|
+
addListener(event: "timeout", listener: () => void): this;
|
|
303
|
+
addListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
304
|
+
|
|
305
|
+
emit(event: "close"): boolean;
|
|
306
|
+
emit(event: "error", err: Error): boolean;
|
|
307
|
+
emit(event: "frameError", frameType: number, errorCode: number, streamID: number): boolean;
|
|
308
|
+
emit(event: "goaway", errorCode: number, lastStreamID: number, opaqueData: Buffer): boolean;
|
|
309
|
+
emit(event: "localSettings", settings: Settings): boolean;
|
|
310
|
+
emit(event: "ping"): boolean;
|
|
311
|
+
emit(event: "remoteSettings", settings: Settings): boolean;
|
|
312
|
+
emit(event: "timeout"): boolean;
|
|
313
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
314
|
+
|
|
315
|
+
on(event: "close", listener: () => void): this;
|
|
316
|
+
on(event: "error", listener: (err: Error) => void): this;
|
|
317
|
+
on(event: "frameError", listener: (frameType: number, errorCode: number, streamID: number) => void): this;
|
|
318
|
+
on(event: "goaway", listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this;
|
|
319
|
+
on(event: "localSettings", listener: (settings: Settings) => void): this;
|
|
320
|
+
on(event: "ping", listener: () => void): this;
|
|
321
|
+
on(event: "remoteSettings", listener: (settings: Settings) => void): this;
|
|
322
|
+
on(event: "timeout", listener: () => void): this;
|
|
323
|
+
on(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
324
|
+
|
|
325
|
+
once(event: "close", listener: () => void): this;
|
|
326
|
+
once(event: "error", listener: (err: Error) => void): this;
|
|
327
|
+
once(event: "frameError", listener: (frameType: number, errorCode: number, streamID: number) => void): this;
|
|
328
|
+
once(event: "goaway", listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this;
|
|
329
|
+
once(event: "localSettings", listener: (settings: Settings) => void): this;
|
|
330
|
+
once(event: "ping", listener: () => void): this;
|
|
331
|
+
once(event: "remoteSettings", listener: (settings: Settings) => void): this;
|
|
332
|
+
once(event: "timeout", listener: () => void): this;
|
|
333
|
+
once(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
334
|
+
|
|
335
|
+
prependListener(event: "close", listener: () => void): this;
|
|
336
|
+
prependListener(event: "error", listener: (err: Error) => void): this;
|
|
337
|
+
prependListener(event: "frameError", listener: (frameType: number, errorCode: number, streamID: number) => void): this;
|
|
338
|
+
prependListener(event: "goaway", listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this;
|
|
339
|
+
prependListener(event: "localSettings", listener: (settings: Settings) => void): this;
|
|
340
|
+
prependListener(event: "ping", listener: () => void): this;
|
|
341
|
+
prependListener(event: "remoteSettings", listener: (settings: Settings) => void): this;
|
|
342
|
+
prependListener(event: "timeout", listener: () => void): this;
|
|
343
|
+
prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
344
|
+
|
|
345
|
+
prependOnceListener(event: "close", listener: () => void): this;
|
|
346
|
+
prependOnceListener(event: "error", listener: (err: Error) => void): this;
|
|
347
|
+
prependOnceListener(event: "frameError", listener: (frameType: number, errorCode: number, streamID: number) => void): this;
|
|
348
|
+
prependOnceListener(event: "goaway", listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this;
|
|
349
|
+
prependOnceListener(event: "localSettings", listener: (settings: Settings) => void): this;
|
|
350
|
+
prependOnceListener(event: "ping", listener: () => void): this;
|
|
351
|
+
prependOnceListener(event: "remoteSettings", listener: (settings: Settings) => void): this;
|
|
352
|
+
prependOnceListener(event: "timeout", listener: () => void): this;
|
|
353
|
+
prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
export interface ClientHttp2Session extends Http2Session {
|
|
357
|
+
request(headers?: OutgoingHttpHeaders, options?: ClientSessionRequestOptions): ClientHttp2Stream;
|
|
358
|
+
|
|
359
|
+
addListener(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this;
|
|
360
|
+
addListener(event: "origin", listener: (origins: string[]) => void): this;
|
|
361
|
+
addListener(event: "connect", listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
|
|
362
|
+
addListener(event: "stream", listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
363
|
+
addListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
364
|
+
|
|
365
|
+
emit(event: "altsvc", alt: string, origin: string, stream: number): boolean;
|
|
366
|
+
emit(event: "origin", origins: ReadonlyArray<string>): boolean;
|
|
367
|
+
emit(event: "connect", session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket): boolean;
|
|
368
|
+
emit(event: "stream", stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean;
|
|
369
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
370
|
+
|
|
371
|
+
on(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this;
|
|
372
|
+
on(event: "origin", listener: (origins: string[]) => void): this;
|
|
373
|
+
on(event: "connect", listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
|
|
374
|
+
on(event: "stream", listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
375
|
+
on(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
376
|
+
|
|
377
|
+
once(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this;
|
|
378
|
+
once(event: "origin", listener: (origins: string[]) => void): this;
|
|
379
|
+
once(event: "connect", listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
|
|
380
|
+
once(event: "stream", listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
381
|
+
once(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
382
|
+
|
|
383
|
+
prependListener(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this;
|
|
384
|
+
prependListener(event: "origin", listener: (origins: string[]) => void): this;
|
|
385
|
+
prependListener(event: "connect", listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
|
|
386
|
+
prependListener(event: "stream", listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
387
|
+
prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
388
|
+
|
|
389
|
+
prependOnceListener(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this;
|
|
390
|
+
prependOnceListener(event: "origin", listener: (origins: string[]) => void): this;
|
|
391
|
+
prependOnceListener(event: "connect", listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
|
|
392
|
+
prependOnceListener(event: "stream", listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this;
|
|
393
|
+
prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
export interface AlternativeServiceOptions {
|
|
397
|
+
origin: number | string | url.URL;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
export interface ServerHttp2Session extends Http2Session {
|
|
401
|
+
readonly server: Http2Server | Http2SecureServer;
|
|
402
|
+
|
|
403
|
+
altsvc(alt: string, originOrStream: number | string | url.URL | AlternativeServiceOptions): void;
|
|
404
|
+
origin(...args: Array<string | url.URL | { origin: string }>): void;
|
|
405
|
+
|
|
406
|
+
addListener(event: "connect", listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
|
|
407
|
+
addListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
408
|
+
addListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
409
|
+
|
|
410
|
+
emit(event: "connect", session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket): boolean;
|
|
411
|
+
emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
|
|
412
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
413
|
+
|
|
414
|
+
on(event: "connect", listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
|
|
415
|
+
on(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
416
|
+
on(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
417
|
+
|
|
418
|
+
once(event: "connect", listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
|
|
419
|
+
once(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
420
|
+
once(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
421
|
+
|
|
422
|
+
prependListener(event: "connect", listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
|
|
423
|
+
prependListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
424
|
+
prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
425
|
+
|
|
426
|
+
prependOnceListener(event: "connect", listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this;
|
|
427
|
+
prependOnceListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
428
|
+
prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
// Http2Server
|
|
432
|
+
|
|
433
|
+
export interface SessionOptions {
|
|
434
|
+
maxDeflateDynamicTableSize?: number | undefined;
|
|
435
|
+
maxSessionMemory?: number | undefined;
|
|
436
|
+
maxHeaderListPairs?: number | undefined;
|
|
437
|
+
maxOutstandingPings?: number | undefined;
|
|
438
|
+
maxSendHeaderBlockLength?: number | undefined;
|
|
439
|
+
paddingStrategy?: number | undefined;
|
|
440
|
+
peerMaxConcurrentStreams?: number | undefined;
|
|
441
|
+
settings?: Settings | undefined;
|
|
442
|
+
|
|
443
|
+
selectPadding?(frameLen: number, maxFrameLen: number): number;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
export interface ClientSessionOptions extends SessionOptions {
|
|
447
|
+
maxReservedRemoteStreams?: number | undefined;
|
|
448
|
+
createConnection?: ((authority: url.URL, option: SessionOptions) => stream.Duplex) | undefined;
|
|
449
|
+
protocol?: 'http:' | 'https:' | undefined;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
export interface ServerSessionOptions extends SessionOptions {
|
|
453
|
+
Http1IncomingMessage?: typeof IncomingMessage | undefined;
|
|
454
|
+
Http1ServerResponse?: typeof ServerResponse | undefined;
|
|
455
|
+
Http2ServerRequest?: typeof Http2ServerRequest | undefined;
|
|
456
|
+
Http2ServerResponse?: typeof Http2ServerResponse | undefined;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
export interface SecureClientSessionOptions extends ClientSessionOptions, tls.ConnectionOptions { }
|
|
460
|
+
export interface SecureServerSessionOptions extends ServerSessionOptions, tls.TlsOptions { }
|
|
461
|
+
|
|
462
|
+
export interface ServerOptions extends ServerSessionOptions { }
|
|
463
|
+
|
|
464
|
+
export interface SecureServerOptions extends SecureServerSessionOptions {
|
|
465
|
+
allowHTTP1?: boolean | undefined;
|
|
466
|
+
origins?: string[] | undefined;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
export interface Http2Server extends net.Server {
|
|
470
|
+
addListener(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
471
|
+
addListener(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
472
|
+
addListener(event: "session", listener: (session: ServerHttp2Session) => void): this;
|
|
473
|
+
addListener(event: "sessionError", listener: (err: Error) => void): this;
|
|
474
|
+
addListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
475
|
+
addListener(event: "timeout", listener: () => void): this;
|
|
476
|
+
addListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
477
|
+
|
|
478
|
+
emit(event: "checkContinue", request: Http2ServerRequest, response: Http2ServerResponse): boolean;
|
|
479
|
+
emit(event: "request", request: Http2ServerRequest, response: Http2ServerResponse): boolean;
|
|
480
|
+
emit(event: "session", session: ServerHttp2Session): boolean;
|
|
481
|
+
emit(event: "sessionError", err: Error): boolean;
|
|
482
|
+
emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
|
|
483
|
+
emit(event: "timeout"): boolean;
|
|
484
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
485
|
+
|
|
486
|
+
on(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
487
|
+
on(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
488
|
+
on(event: "session", listener: (session: ServerHttp2Session) => void): this;
|
|
489
|
+
on(event: "sessionError", listener: (err: Error) => void): this;
|
|
490
|
+
on(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
491
|
+
on(event: "timeout", listener: () => void): this;
|
|
492
|
+
on(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
493
|
+
|
|
494
|
+
once(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
495
|
+
once(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
496
|
+
once(event: "session", listener: (session: ServerHttp2Session) => void): this;
|
|
497
|
+
once(event: "sessionError", listener: (err: Error) => void): this;
|
|
498
|
+
once(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
499
|
+
once(event: "timeout", listener: () => void): this;
|
|
500
|
+
once(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
501
|
+
|
|
502
|
+
prependListener(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
503
|
+
prependListener(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
504
|
+
prependListener(event: "session", listener: (session: ServerHttp2Session) => void): this;
|
|
505
|
+
prependListener(event: "sessionError", listener: (err: Error) => void): this;
|
|
506
|
+
prependListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
507
|
+
prependListener(event: "timeout", listener: () => void): this;
|
|
508
|
+
prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
509
|
+
|
|
510
|
+
prependOnceListener(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
511
|
+
prependOnceListener(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
512
|
+
prependOnceListener(event: "session", listener: (session: ServerHttp2Session) => void): this;
|
|
513
|
+
prependOnceListener(event: "sessionError", listener: (err: Error) => void): this;
|
|
514
|
+
prependOnceListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
515
|
+
prependOnceListener(event: "timeout", listener: () => void): this;
|
|
516
|
+
prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
517
|
+
|
|
518
|
+
setTimeout(msec?: number, callback?: () => void): this;
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
export interface Http2SecureServer extends tls.Server {
|
|
522
|
+
addListener(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
523
|
+
addListener(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
524
|
+
addListener(event: "session", listener: (session: ServerHttp2Session) => void): this;
|
|
525
|
+
addListener(event: "sessionError", listener: (err: Error) => void): this;
|
|
526
|
+
addListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
527
|
+
addListener(event: "timeout", listener: () => void): this;
|
|
528
|
+
addListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
|
|
529
|
+
addListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
530
|
+
|
|
531
|
+
emit(event: "checkContinue", request: Http2ServerRequest, response: Http2ServerResponse): boolean;
|
|
532
|
+
emit(event: "request", request: Http2ServerRequest, response: Http2ServerResponse): boolean;
|
|
533
|
+
emit(event: "session", session: ServerHttp2Session): boolean;
|
|
534
|
+
emit(event: "sessionError", err: Error): boolean;
|
|
535
|
+
emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
|
|
536
|
+
emit(event: "timeout"): boolean;
|
|
537
|
+
emit(event: "unknownProtocol", socket: tls.TLSSocket): boolean;
|
|
538
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
539
|
+
|
|
540
|
+
on(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
541
|
+
on(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
542
|
+
on(event: "session", listener: (session: ServerHttp2Session) => void): this;
|
|
543
|
+
on(event: "sessionError", listener: (err: Error) => void): this;
|
|
544
|
+
on(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
545
|
+
on(event: "timeout", listener: () => void): this;
|
|
546
|
+
on(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
|
|
547
|
+
on(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
548
|
+
|
|
549
|
+
once(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
550
|
+
once(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
551
|
+
once(event: "session", listener: (session: ServerHttp2Session) => void): this;
|
|
552
|
+
once(event: "sessionError", listener: (err: Error) => void): this;
|
|
553
|
+
once(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
554
|
+
once(event: "timeout", listener: () => void): this;
|
|
555
|
+
once(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
|
|
556
|
+
once(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
557
|
+
|
|
558
|
+
prependListener(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
559
|
+
prependListener(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
560
|
+
prependListener(event: "session", listener: (session: ServerHttp2Session) => void): this;
|
|
561
|
+
prependListener(event: "sessionError", listener: (err: Error) => void): this;
|
|
562
|
+
prependListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
563
|
+
prependListener(event: "timeout", listener: () => void): this;
|
|
564
|
+
prependListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
|
|
565
|
+
prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
566
|
+
|
|
567
|
+
prependOnceListener(event: "checkContinue", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
568
|
+
prependOnceListener(event: "request", listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this;
|
|
569
|
+
prependOnceListener(event: "session", listener: (session: ServerHttp2Session) => void): this;
|
|
570
|
+
prependOnceListener(event: "sessionError", listener: (err: Error) => void): this;
|
|
571
|
+
prependOnceListener(event: "stream", listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this;
|
|
572
|
+
prependOnceListener(event: "timeout", listener: () => void): this;
|
|
573
|
+
prependOnceListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
|
|
574
|
+
prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
575
|
+
|
|
576
|
+
setTimeout(msec?: number, callback?: () => void): this;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
export class Http2ServerRequest extends stream.Readable {
|
|
580
|
+
constructor(stream: ServerHttp2Stream, headers: IncomingHttpHeaders, options: stream.ReadableOptions, rawHeaders: ReadonlyArray<string>);
|
|
581
|
+
|
|
582
|
+
readonly aborted: boolean;
|
|
583
|
+
readonly authority: string;
|
|
584
|
+
readonly connection: net.Socket | tls.TLSSocket;
|
|
585
|
+
readonly complete: boolean;
|
|
586
|
+
readonly headers: IncomingHttpHeaders;
|
|
587
|
+
readonly httpVersion: string;
|
|
588
|
+
readonly httpVersionMinor: number;
|
|
589
|
+
readonly httpVersionMajor: number;
|
|
590
|
+
readonly method: string;
|
|
591
|
+
readonly rawHeaders: string[];
|
|
592
|
+
readonly rawTrailers: string[];
|
|
593
|
+
readonly scheme: string;
|
|
594
|
+
readonly socket: net.Socket | tls.TLSSocket;
|
|
595
|
+
readonly stream: ServerHttp2Stream;
|
|
596
|
+
readonly trailers: IncomingHttpHeaders;
|
|
597
|
+
url: string;
|
|
598
|
+
|
|
599
|
+
setTimeout(msecs: number, callback?: () => void): void;
|
|
600
|
+
read(size?: number): Buffer | string | null;
|
|
601
|
+
|
|
602
|
+
addListener(event: "aborted", listener: (hadError: boolean, code: number) => void): this;
|
|
603
|
+
addListener(event: "close", listener: () => void): this;
|
|
604
|
+
addListener(event: "data", listener: (chunk: Buffer | string) => void): this;
|
|
605
|
+
addListener(event: "end", listener: () => void): this;
|
|
606
|
+
addListener(event: "readable", listener: () => void): this;
|
|
607
|
+
addListener(event: "error", listener: (err: Error) => void): this;
|
|
608
|
+
addListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
609
|
+
|
|
610
|
+
emit(event: "aborted", hadError: boolean, code: number): boolean;
|
|
611
|
+
emit(event: "close"): boolean;
|
|
612
|
+
emit(event: "data", chunk: Buffer | string): boolean;
|
|
613
|
+
emit(event: "end"): boolean;
|
|
614
|
+
emit(event: "readable"): boolean;
|
|
615
|
+
emit(event: "error", err: Error): boolean;
|
|
616
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
617
|
+
|
|
618
|
+
on(event: "aborted", listener: (hadError: boolean, code: number) => void): this;
|
|
619
|
+
on(event: "close", listener: () => void): this;
|
|
620
|
+
on(event: "data", listener: (chunk: Buffer | string) => void): this;
|
|
621
|
+
on(event: "end", listener: () => void): this;
|
|
622
|
+
on(event: "readable", listener: () => void): this;
|
|
623
|
+
on(event: "error", listener: (err: Error) => void): this;
|
|
624
|
+
on(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
625
|
+
|
|
626
|
+
once(event: "aborted", listener: (hadError: boolean, code: number) => void): this;
|
|
627
|
+
once(event: "close", listener: () => void): this;
|
|
628
|
+
once(event: "data", listener: (chunk: Buffer | string) => void): this;
|
|
629
|
+
once(event: "end", listener: () => void): this;
|
|
630
|
+
once(event: "readable", listener: () => void): this;
|
|
631
|
+
once(event: "error", listener: (err: Error) => void): this;
|
|
632
|
+
once(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
633
|
+
|
|
634
|
+
prependListener(event: "aborted", listener: (hadError: boolean, code: number) => void): this;
|
|
635
|
+
prependListener(event: "close", listener: () => void): this;
|
|
636
|
+
prependListener(event: "data", listener: (chunk: Buffer | string) => void): this;
|
|
637
|
+
prependListener(event: "end", listener: () => void): this;
|
|
638
|
+
prependListener(event: "readable", listener: () => void): this;
|
|
639
|
+
prependListener(event: "error", listener: (err: Error) => void): this;
|
|
640
|
+
prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
641
|
+
|
|
642
|
+
prependOnceListener(event: "aborted", listener: (hadError: boolean, code: number) => void): this;
|
|
643
|
+
prependOnceListener(event: "close", listener: () => void): this;
|
|
644
|
+
prependOnceListener(event: "data", listener: (chunk: Buffer | string) => void): this;
|
|
645
|
+
prependOnceListener(event: "end", listener: () => void): this;
|
|
646
|
+
prependOnceListener(event: "readable", listener: () => void): this;
|
|
647
|
+
prependOnceListener(event: "error", listener: (err: Error) => void): this;
|
|
648
|
+
prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
export class Http2ServerResponse extends stream.Writable {
|
|
652
|
+
constructor(stream: ServerHttp2Stream);
|
|
653
|
+
|
|
654
|
+
readonly connection: net.Socket | tls.TLSSocket;
|
|
655
|
+
readonly finished: boolean;
|
|
656
|
+
readonly headersSent: boolean;
|
|
657
|
+
readonly socket: net.Socket | tls.TLSSocket;
|
|
658
|
+
readonly stream: ServerHttp2Stream;
|
|
659
|
+
sendDate: boolean;
|
|
660
|
+
statusCode: number;
|
|
661
|
+
statusMessage: '';
|
|
662
|
+
addTrailers(trailers: OutgoingHttpHeaders): void;
|
|
663
|
+
end(callback?: () => void): this;
|
|
664
|
+
end(data: string | Uint8Array, callback?: () => void): this;
|
|
665
|
+
end(data: string | Uint8Array, encoding: BufferEncoding, callback?: () => void): this;
|
|
666
|
+
getHeader(name: string): string;
|
|
667
|
+
getHeaderNames(): string[];
|
|
668
|
+
getHeaders(): OutgoingHttpHeaders;
|
|
669
|
+
hasHeader(name: string): boolean;
|
|
670
|
+
removeHeader(name: string): void;
|
|
671
|
+
setHeader(name: string, value: number | string | ReadonlyArray<string>): void;
|
|
672
|
+
setTimeout(msecs: number, callback?: () => void): void;
|
|
673
|
+
write(chunk: string | Uint8Array, callback?: (err: Error) => void): boolean;
|
|
674
|
+
write(chunk: string | Uint8Array, encoding: BufferEncoding, callback?: (err: Error) => void): boolean;
|
|
675
|
+
writeContinue(): void;
|
|
676
|
+
writeHead(statusCode: number, headers?: OutgoingHttpHeaders): this;
|
|
677
|
+
writeHead(statusCode: number, statusMessage: string, headers?: OutgoingHttpHeaders): this;
|
|
678
|
+
createPushResponse(headers: OutgoingHttpHeaders, callback: (err: Error | null, res: Http2ServerResponse) => void): void;
|
|
679
|
+
|
|
680
|
+
addListener(event: "close", listener: () => void): this;
|
|
681
|
+
addListener(event: "drain", listener: () => void): this;
|
|
682
|
+
addListener(event: "error", listener: (error: Error) => void): this;
|
|
683
|
+
addListener(event: "finish", listener: () => void): this;
|
|
684
|
+
addListener(event: "pipe", listener: (src: stream.Readable) => void): this;
|
|
685
|
+
addListener(event: "unpipe", listener: (src: stream.Readable) => void): this;
|
|
686
|
+
addListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
687
|
+
|
|
688
|
+
emit(event: "close"): boolean;
|
|
689
|
+
emit(event: "drain"): boolean;
|
|
690
|
+
emit(event: "error", error: Error): boolean;
|
|
691
|
+
emit(event: "finish"): boolean;
|
|
692
|
+
emit(event: "pipe", src: stream.Readable): boolean;
|
|
693
|
+
emit(event: "unpipe", src: stream.Readable): boolean;
|
|
694
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
695
|
+
|
|
696
|
+
on(event: "close", listener: () => void): this;
|
|
697
|
+
on(event: "drain", listener: () => void): this;
|
|
698
|
+
on(event: "error", listener: (error: Error) => void): this;
|
|
699
|
+
on(event: "finish", listener: () => void): this;
|
|
700
|
+
on(event: "pipe", listener: (src: stream.Readable) => void): this;
|
|
701
|
+
on(event: "unpipe", listener: (src: stream.Readable) => void): this;
|
|
702
|
+
on(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
703
|
+
|
|
704
|
+
once(event: "close", listener: () => void): this;
|
|
705
|
+
once(event: "drain", listener: () => void): this;
|
|
706
|
+
once(event: "error", listener: (error: Error) => void): this;
|
|
707
|
+
once(event: "finish", listener: () => void): this;
|
|
708
|
+
once(event: "pipe", listener: (src: stream.Readable) => void): this;
|
|
709
|
+
once(event: "unpipe", listener: (src: stream.Readable) => void): this;
|
|
710
|
+
once(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
711
|
+
|
|
712
|
+
prependListener(event: "close", listener: () => void): this;
|
|
713
|
+
prependListener(event: "drain", listener: () => void): this;
|
|
714
|
+
prependListener(event: "error", listener: (error: Error) => void): this;
|
|
715
|
+
prependListener(event: "finish", listener: () => void): this;
|
|
716
|
+
prependListener(event: "pipe", listener: (src: stream.Readable) => void): this;
|
|
717
|
+
prependListener(event: "unpipe", listener: (src: stream.Readable) => void): this;
|
|
718
|
+
prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
719
|
+
|
|
720
|
+
prependOnceListener(event: "close", listener: () => void): this;
|
|
721
|
+
prependOnceListener(event: "drain", listener: () => void): this;
|
|
722
|
+
prependOnceListener(event: "error", listener: (error: Error) => void): this;
|
|
723
|
+
prependOnceListener(event: "finish", listener: () => void): this;
|
|
724
|
+
prependOnceListener(event: "pipe", listener: (src: stream.Readable) => void): this;
|
|
725
|
+
prependOnceListener(event: "unpipe", listener: (src: stream.Readable) => void): this;
|
|
726
|
+
prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
// Public API
|
|
730
|
+
|
|
731
|
+
export namespace constants {
|
|
732
|
+
const NGHTTP2_SESSION_SERVER: number;
|
|
733
|
+
const NGHTTP2_SESSION_CLIENT: number;
|
|
734
|
+
const NGHTTP2_STREAM_STATE_IDLE: number;
|
|
735
|
+
const NGHTTP2_STREAM_STATE_OPEN: number;
|
|
736
|
+
const NGHTTP2_STREAM_STATE_RESERVED_LOCAL: number;
|
|
737
|
+
const NGHTTP2_STREAM_STATE_RESERVED_REMOTE: number;
|
|
738
|
+
const NGHTTP2_STREAM_STATE_HALF_CLOSED_LOCAL: number;
|
|
739
|
+
const NGHTTP2_STREAM_STATE_HALF_CLOSED_REMOTE: number;
|
|
740
|
+
const NGHTTP2_STREAM_STATE_CLOSED: number;
|
|
741
|
+
const NGHTTP2_NO_ERROR: number;
|
|
742
|
+
const NGHTTP2_PROTOCOL_ERROR: number;
|
|
743
|
+
const NGHTTP2_INTERNAL_ERROR: number;
|
|
744
|
+
const NGHTTP2_FLOW_CONTROL_ERROR: number;
|
|
745
|
+
const NGHTTP2_SETTINGS_TIMEOUT: number;
|
|
746
|
+
const NGHTTP2_STREAM_CLOSED: number;
|
|
747
|
+
const NGHTTP2_FRAME_SIZE_ERROR: number;
|
|
748
|
+
const NGHTTP2_REFUSED_STREAM: number;
|
|
749
|
+
const NGHTTP2_CANCEL: number;
|
|
750
|
+
const NGHTTP2_COMPRESSION_ERROR: number;
|
|
751
|
+
const NGHTTP2_CONNECT_ERROR: number;
|
|
752
|
+
const NGHTTP2_ENHANCE_YOUR_CALM: number;
|
|
753
|
+
const NGHTTP2_INADEQUATE_SECURITY: number;
|
|
754
|
+
const NGHTTP2_HTTP_1_1_REQUIRED: number;
|
|
755
|
+
const NGHTTP2_ERR_FRAME_SIZE_ERROR: number;
|
|
756
|
+
const NGHTTP2_FLAG_NONE: number;
|
|
757
|
+
const NGHTTP2_FLAG_END_STREAM: number;
|
|
758
|
+
const NGHTTP2_FLAG_END_HEADERS: number;
|
|
759
|
+
const NGHTTP2_FLAG_ACK: number;
|
|
760
|
+
const NGHTTP2_FLAG_PADDED: number;
|
|
761
|
+
const NGHTTP2_FLAG_PRIORITY: number;
|
|
762
|
+
const DEFAULT_SETTINGS_HEADER_TABLE_SIZE: number;
|
|
763
|
+
const DEFAULT_SETTINGS_ENABLE_PUSH: number;
|
|
764
|
+
const DEFAULT_SETTINGS_INITIAL_WINDOW_SIZE: number;
|
|
765
|
+
const DEFAULT_SETTINGS_MAX_FRAME_SIZE: number;
|
|
766
|
+
const MAX_MAX_FRAME_SIZE: number;
|
|
767
|
+
const MIN_MAX_FRAME_SIZE: number;
|
|
768
|
+
const MAX_INITIAL_WINDOW_SIZE: number;
|
|
769
|
+
const NGHTTP2_DEFAULT_WEIGHT: number;
|
|
770
|
+
const NGHTTP2_SETTINGS_HEADER_TABLE_SIZE: number;
|
|
771
|
+
const NGHTTP2_SETTINGS_ENABLE_PUSH: number;
|
|
772
|
+
const NGHTTP2_SETTINGS_MAX_CONCURRENT_STREAMS: number;
|
|
773
|
+
const NGHTTP2_SETTINGS_INITIAL_WINDOW_SIZE: number;
|
|
774
|
+
const NGHTTP2_SETTINGS_MAX_FRAME_SIZE: number;
|
|
775
|
+
const NGHTTP2_SETTINGS_MAX_HEADER_LIST_SIZE: number;
|
|
776
|
+
const PADDING_STRATEGY_NONE: number;
|
|
777
|
+
const PADDING_STRATEGY_MAX: number;
|
|
778
|
+
const PADDING_STRATEGY_CALLBACK: number;
|
|
779
|
+
const HTTP2_HEADER_STATUS: string;
|
|
780
|
+
const HTTP2_HEADER_METHOD: string;
|
|
781
|
+
const HTTP2_HEADER_AUTHORITY: string;
|
|
782
|
+
const HTTP2_HEADER_SCHEME: string;
|
|
783
|
+
const HTTP2_HEADER_PATH: string;
|
|
784
|
+
const HTTP2_HEADER_ACCEPT_CHARSET: string;
|
|
785
|
+
const HTTP2_HEADER_ACCEPT_ENCODING: string;
|
|
786
|
+
const HTTP2_HEADER_ACCEPT_LANGUAGE: string;
|
|
787
|
+
const HTTP2_HEADER_ACCEPT_RANGES: string;
|
|
788
|
+
const HTTP2_HEADER_ACCEPT: string;
|
|
789
|
+
const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN: string;
|
|
790
|
+
const HTTP2_HEADER_AGE: string;
|
|
791
|
+
const HTTP2_HEADER_ALLOW: string;
|
|
792
|
+
const HTTP2_HEADER_AUTHORIZATION: string;
|
|
793
|
+
const HTTP2_HEADER_CACHE_CONTROL: string;
|
|
794
|
+
const HTTP2_HEADER_CONNECTION: string;
|
|
795
|
+
const HTTP2_HEADER_CONTENT_DISPOSITION: string;
|
|
796
|
+
const HTTP2_HEADER_CONTENT_ENCODING: string;
|
|
797
|
+
const HTTP2_HEADER_CONTENT_LANGUAGE: string;
|
|
798
|
+
const HTTP2_HEADER_CONTENT_LENGTH: string;
|
|
799
|
+
const HTTP2_HEADER_CONTENT_LOCATION: string;
|
|
800
|
+
const HTTP2_HEADER_CONTENT_MD5: string;
|
|
801
|
+
const HTTP2_HEADER_CONTENT_RANGE: string;
|
|
802
|
+
const HTTP2_HEADER_CONTENT_TYPE: string;
|
|
803
|
+
const HTTP2_HEADER_COOKIE: string;
|
|
804
|
+
const HTTP2_HEADER_DATE: string;
|
|
805
|
+
const HTTP2_HEADER_ETAG: string;
|
|
806
|
+
const HTTP2_HEADER_EXPECT: string;
|
|
807
|
+
const HTTP2_HEADER_EXPIRES: string;
|
|
808
|
+
const HTTP2_HEADER_FROM: string;
|
|
809
|
+
const HTTP2_HEADER_HOST: string;
|
|
810
|
+
const HTTP2_HEADER_IF_MATCH: string;
|
|
811
|
+
const HTTP2_HEADER_IF_MODIFIED_SINCE: string;
|
|
812
|
+
const HTTP2_HEADER_IF_NONE_MATCH: string;
|
|
813
|
+
const HTTP2_HEADER_IF_RANGE: string;
|
|
814
|
+
const HTTP2_HEADER_IF_UNMODIFIED_SINCE: string;
|
|
815
|
+
const HTTP2_HEADER_LAST_MODIFIED: string;
|
|
816
|
+
const HTTP2_HEADER_LINK: string;
|
|
817
|
+
const HTTP2_HEADER_LOCATION: string;
|
|
818
|
+
const HTTP2_HEADER_MAX_FORWARDS: string;
|
|
819
|
+
const HTTP2_HEADER_PREFER: string;
|
|
820
|
+
const HTTP2_HEADER_PROXY_AUTHENTICATE: string;
|
|
821
|
+
const HTTP2_HEADER_PROXY_AUTHORIZATION: string;
|
|
822
|
+
const HTTP2_HEADER_RANGE: string;
|
|
823
|
+
const HTTP2_HEADER_REFERER: string;
|
|
824
|
+
const HTTP2_HEADER_REFRESH: string;
|
|
825
|
+
const HTTP2_HEADER_RETRY_AFTER: string;
|
|
826
|
+
const HTTP2_HEADER_SERVER: string;
|
|
827
|
+
const HTTP2_HEADER_SET_COOKIE: string;
|
|
828
|
+
const HTTP2_HEADER_STRICT_TRANSPORT_SECURITY: string;
|
|
829
|
+
const HTTP2_HEADER_TRANSFER_ENCODING: string;
|
|
830
|
+
const HTTP2_HEADER_TE: string;
|
|
831
|
+
const HTTP2_HEADER_UPGRADE: string;
|
|
832
|
+
const HTTP2_HEADER_USER_AGENT: string;
|
|
833
|
+
const HTTP2_HEADER_VARY: string;
|
|
834
|
+
const HTTP2_HEADER_VIA: string;
|
|
835
|
+
const HTTP2_HEADER_WWW_AUTHENTICATE: string;
|
|
836
|
+
const HTTP2_HEADER_HTTP2_SETTINGS: string;
|
|
837
|
+
const HTTP2_HEADER_KEEP_ALIVE: string;
|
|
838
|
+
const HTTP2_HEADER_PROXY_CONNECTION: string;
|
|
839
|
+
const HTTP2_METHOD_ACL: string;
|
|
840
|
+
const HTTP2_METHOD_BASELINE_CONTROL: string;
|
|
841
|
+
const HTTP2_METHOD_BIND: string;
|
|
842
|
+
const HTTP2_METHOD_CHECKIN: string;
|
|
843
|
+
const HTTP2_METHOD_CHECKOUT: string;
|
|
844
|
+
const HTTP2_METHOD_CONNECT: string;
|
|
845
|
+
const HTTP2_METHOD_COPY: string;
|
|
846
|
+
const HTTP2_METHOD_DELETE: string;
|
|
847
|
+
const HTTP2_METHOD_GET: string;
|
|
848
|
+
const HTTP2_METHOD_HEAD: string;
|
|
849
|
+
const HTTP2_METHOD_LABEL: string;
|
|
850
|
+
const HTTP2_METHOD_LINK: string;
|
|
851
|
+
const HTTP2_METHOD_LOCK: string;
|
|
852
|
+
const HTTP2_METHOD_MERGE: string;
|
|
853
|
+
const HTTP2_METHOD_MKACTIVITY: string;
|
|
854
|
+
const HTTP2_METHOD_MKCALENDAR: string;
|
|
855
|
+
const HTTP2_METHOD_MKCOL: string;
|
|
856
|
+
const HTTP2_METHOD_MKREDIRECTREF: string;
|
|
857
|
+
const HTTP2_METHOD_MKWORKSPACE: string;
|
|
858
|
+
const HTTP2_METHOD_MOVE: string;
|
|
859
|
+
const HTTP2_METHOD_OPTIONS: string;
|
|
860
|
+
const HTTP2_METHOD_ORDERPATCH: string;
|
|
861
|
+
const HTTP2_METHOD_PATCH: string;
|
|
862
|
+
const HTTP2_METHOD_POST: string;
|
|
863
|
+
const HTTP2_METHOD_PRI: string;
|
|
864
|
+
const HTTP2_METHOD_PROPFIND: string;
|
|
865
|
+
const HTTP2_METHOD_PROPPATCH: string;
|
|
866
|
+
const HTTP2_METHOD_PUT: string;
|
|
867
|
+
const HTTP2_METHOD_REBIND: string;
|
|
868
|
+
const HTTP2_METHOD_REPORT: string;
|
|
869
|
+
const HTTP2_METHOD_SEARCH: string;
|
|
870
|
+
const HTTP2_METHOD_TRACE: string;
|
|
871
|
+
const HTTP2_METHOD_UNBIND: string;
|
|
872
|
+
const HTTP2_METHOD_UNCHECKOUT: string;
|
|
873
|
+
const HTTP2_METHOD_UNLINK: string;
|
|
874
|
+
const HTTP2_METHOD_UNLOCK: string;
|
|
875
|
+
const HTTP2_METHOD_UPDATE: string;
|
|
876
|
+
const HTTP2_METHOD_UPDATEREDIRECTREF: string;
|
|
877
|
+
const HTTP2_METHOD_VERSION_CONTROL: string;
|
|
878
|
+
const HTTP_STATUS_CONTINUE: number;
|
|
879
|
+
const HTTP_STATUS_SWITCHING_PROTOCOLS: number;
|
|
880
|
+
const HTTP_STATUS_PROCESSING: number;
|
|
881
|
+
const HTTP_STATUS_OK: number;
|
|
882
|
+
const HTTP_STATUS_CREATED: number;
|
|
883
|
+
const HTTP_STATUS_ACCEPTED: number;
|
|
884
|
+
const HTTP_STATUS_NON_AUTHORITATIVE_INFORMATION: number;
|
|
885
|
+
const HTTP_STATUS_NO_CONTENT: number;
|
|
886
|
+
const HTTP_STATUS_RESET_CONTENT: number;
|
|
887
|
+
const HTTP_STATUS_PARTIAL_CONTENT: number;
|
|
888
|
+
const HTTP_STATUS_MULTI_STATUS: number;
|
|
889
|
+
const HTTP_STATUS_ALREADY_REPORTED: number;
|
|
890
|
+
const HTTP_STATUS_IM_USED: number;
|
|
891
|
+
const HTTP_STATUS_MULTIPLE_CHOICES: number;
|
|
892
|
+
const HTTP_STATUS_MOVED_PERMANENTLY: number;
|
|
893
|
+
const HTTP_STATUS_FOUND: number;
|
|
894
|
+
const HTTP_STATUS_SEE_OTHER: number;
|
|
895
|
+
const HTTP_STATUS_NOT_MODIFIED: number;
|
|
896
|
+
const HTTP_STATUS_USE_PROXY: number;
|
|
897
|
+
const HTTP_STATUS_TEMPORARY_REDIRECT: number;
|
|
898
|
+
const HTTP_STATUS_PERMANENT_REDIRECT: number;
|
|
899
|
+
const HTTP_STATUS_BAD_REQUEST: number;
|
|
900
|
+
const HTTP_STATUS_UNAUTHORIZED: number;
|
|
901
|
+
const HTTP_STATUS_PAYMENT_REQUIRED: number;
|
|
902
|
+
const HTTP_STATUS_FORBIDDEN: number;
|
|
903
|
+
const HTTP_STATUS_NOT_FOUND: number;
|
|
904
|
+
const HTTP_STATUS_METHOD_NOT_ALLOWED: number;
|
|
905
|
+
const HTTP_STATUS_NOT_ACCEPTABLE: number;
|
|
906
|
+
const HTTP_STATUS_PROXY_AUTHENTICATION_REQUIRED: number;
|
|
907
|
+
const HTTP_STATUS_REQUEST_TIMEOUT: number;
|
|
908
|
+
const HTTP_STATUS_CONFLICT: number;
|
|
909
|
+
const HTTP_STATUS_GONE: number;
|
|
910
|
+
const HTTP_STATUS_LENGTH_REQUIRED: number;
|
|
911
|
+
const HTTP_STATUS_PRECONDITION_FAILED: number;
|
|
912
|
+
const HTTP_STATUS_PAYLOAD_TOO_LARGE: number;
|
|
913
|
+
const HTTP_STATUS_URI_TOO_LONG: number;
|
|
914
|
+
const HTTP_STATUS_UNSUPPORTED_MEDIA_TYPE: number;
|
|
915
|
+
const HTTP_STATUS_RANGE_NOT_SATISFIABLE: number;
|
|
916
|
+
const HTTP_STATUS_EXPECTATION_FAILED: number;
|
|
917
|
+
const HTTP_STATUS_TEAPOT: number;
|
|
918
|
+
const HTTP_STATUS_MISDIRECTED_REQUEST: number;
|
|
919
|
+
const HTTP_STATUS_UNPROCESSABLE_ENTITY: number;
|
|
920
|
+
const HTTP_STATUS_LOCKED: number;
|
|
921
|
+
const HTTP_STATUS_FAILED_DEPENDENCY: number;
|
|
922
|
+
const HTTP_STATUS_UNORDERED_COLLECTION: number;
|
|
923
|
+
const HTTP_STATUS_UPGRADE_REQUIRED: number;
|
|
924
|
+
const HTTP_STATUS_PRECONDITION_REQUIRED: number;
|
|
925
|
+
const HTTP_STATUS_TOO_MANY_REQUESTS: number;
|
|
926
|
+
const HTTP_STATUS_REQUEST_HEADER_FIELDS_TOO_LARGE: number;
|
|
927
|
+
const HTTP_STATUS_UNAVAILABLE_FOR_LEGAL_REASONS: number;
|
|
928
|
+
const HTTP_STATUS_INTERNAL_SERVER_ERROR: number;
|
|
929
|
+
const HTTP_STATUS_NOT_IMPLEMENTED: number;
|
|
930
|
+
const HTTP_STATUS_BAD_GATEWAY: number;
|
|
931
|
+
const HTTP_STATUS_SERVICE_UNAVAILABLE: number;
|
|
932
|
+
const HTTP_STATUS_GATEWAY_TIMEOUT: number;
|
|
933
|
+
const HTTP_STATUS_HTTP_VERSION_NOT_SUPPORTED: number;
|
|
934
|
+
const HTTP_STATUS_VARIANT_ALSO_NEGOTIATES: number;
|
|
935
|
+
const HTTP_STATUS_INSUFFICIENT_STORAGE: number;
|
|
936
|
+
const HTTP_STATUS_LOOP_DETECTED: number;
|
|
937
|
+
const HTTP_STATUS_BANDWIDTH_LIMIT_EXCEEDED: number;
|
|
938
|
+
const HTTP_STATUS_NOT_EXTENDED: number;
|
|
939
|
+
const HTTP_STATUS_NETWORK_AUTHENTICATION_REQUIRED: number;
|
|
940
|
+
}
|
|
941
|
+
|
|
942
|
+
export function getDefaultSettings(): Settings;
|
|
943
|
+
export function getPackedSettings(settings: Settings): Buffer;
|
|
944
|
+
export function getUnpackedSettings(buf: Uint8Array): Settings;
|
|
945
|
+
|
|
946
|
+
export function createServer(onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2Server;
|
|
947
|
+
export function createServer(options: ServerOptions, onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2Server;
|
|
948
|
+
|
|
949
|
+
export function createSecureServer(onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer;
|
|
950
|
+
export function createSecureServer(options: SecureServerOptions, onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer;
|
|
951
|
+
|
|
952
|
+
export function connect(authority: string | url.URL, listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): ClientHttp2Session;
|
|
953
|
+
export function connect(
|
|
954
|
+
authority: string | url.URL,
|
|
955
|
+
options?: ClientSessionOptions | SecureClientSessionOptions,
|
|
956
|
+
listener?: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void
|
|
957
|
+
): ClientHttp2Session;
|
|
958
|
+
}
|
|
959
|
+
declare module 'node:http2' {
|
|
960
|
+
export * from 'http2';
|
|
961
|
+
}
|