cdk-common 2.0.965 → 2.0.967
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/.jsii +2 -2
- package/lib/main.js +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/assert.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/async_hooks.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/buffer.d.ts +16 -9
- package/node_modules/@types/concat-stream/node_modules/@types/node/child_process.d.ts +34 -29
- package/node_modules/@types/concat-stream/node_modules/@types/node/cluster.d.ts +2 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/console.d.ts +2 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/crypto.d.ts +3 -3
- package/node_modules/@types/concat-stream/node_modules/@types/node/diagnostics_channel.d.ts +4 -4
- package/node_modules/@types/concat-stream/node_modules/@types/node/dns/promises.d.ts +5 -5
- package/node_modules/@types/concat-stream/node_modules/@types/node/dns.d.ts +5 -5
- package/node_modules/@types/concat-stream/node_modules/@types/node/domain.d.ts +2 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/fs/promises.d.ts +2 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/fs.d.ts +2 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/globals.d.ts +17 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/http.d.ts +7 -7
- package/node_modules/@types/concat-stream/node_modules/@types/node/http2.d.ts +238 -101
- package/node_modules/@types/concat-stream/node_modules/@types/node/https.d.ts +17 -23
- package/node_modules/@types/concat-stream/node_modules/@types/node/inspector.d.ts +67 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/module.d.ts +3 -3
- package/node_modules/@types/concat-stream/node_modules/@types/node/net.d.ts +11 -15
- package/node_modules/@types/concat-stream/node_modules/@types/node/os.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/perf_hooks.d.ts +19 -19
- package/node_modules/@types/concat-stream/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/readline/promises.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/readline.d.ts +9 -9
- package/node_modules/@types/concat-stream/node_modules/@types/node/repl.d.ts +4 -4
- package/node_modules/@types/concat-stream/node_modules/@types/node/sqlite.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/stream/web.d.ts +17 -17
- package/node_modules/@types/concat-stream/node_modules/@types/node/stream.d.ts +15 -15
- package/node_modules/@types/concat-stream/node_modules/@types/node/string_decoder.d.ts +3 -3
- package/node_modules/@types/concat-stream/node_modules/@types/node/test.d.ts +2 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/timers/promises.d.ts +5 -5
- package/node_modules/@types/concat-stream/node_modules/@types/node/timers.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/tls.d.ts +5 -5
- package/node_modules/@types/concat-stream/node_modules/@types/node/trace_events.d.ts +4 -4
- package/node_modules/@types/concat-stream/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/url.d.ts +7 -7
- package/node_modules/@types/concat-stream/node_modules/@types/node/util.d.ts +44 -44
- package/node_modules/@types/concat-stream/node_modules/@types/node/v8.d.ts +12 -12
- package/node_modules/@types/concat-stream/node_modules/@types/node/vm.d.ts +13 -13
- package/node_modules/@types/concat-stream/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/worker_threads.d.ts +22 -22
- package/node_modules/@types/concat-stream/node_modules/@types/node/zlib.d.ts +8 -8
- package/node_modules/@types/form-data/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/assert.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/async_hooks.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/buffer.d.ts +16 -9
- package/node_modules/@types/form-data/node_modules/@types/node/child_process.d.ts +34 -29
- package/node_modules/@types/form-data/node_modules/@types/node/cluster.d.ts +2 -1
- package/node_modules/@types/form-data/node_modules/@types/node/console.d.ts +2 -2
- package/node_modules/@types/form-data/node_modules/@types/node/crypto.d.ts +3 -3
- package/node_modules/@types/form-data/node_modules/@types/node/diagnostics_channel.d.ts +4 -4
- package/node_modules/@types/form-data/node_modules/@types/node/dns/promises.d.ts +5 -5
- package/node_modules/@types/form-data/node_modules/@types/node/dns.d.ts +5 -5
- package/node_modules/@types/form-data/node_modules/@types/node/domain.d.ts +2 -2
- package/node_modules/@types/form-data/node_modules/@types/node/fs/promises.d.ts +2 -2
- package/node_modules/@types/form-data/node_modules/@types/node/fs.d.ts +2 -2
- package/node_modules/@types/form-data/node_modules/@types/node/globals.d.ts +17 -1
- package/node_modules/@types/form-data/node_modules/@types/node/http.d.ts +7 -7
- package/node_modules/@types/form-data/node_modules/@types/node/http2.d.ts +238 -101
- package/node_modules/@types/form-data/node_modules/@types/node/https.d.ts +17 -23
- package/node_modules/@types/form-data/node_modules/@types/node/inspector.d.ts +67 -0
- package/node_modules/@types/form-data/node_modules/@types/node/module.d.ts +3 -3
- package/node_modules/@types/form-data/node_modules/@types/node/net.d.ts +11 -15
- package/node_modules/@types/form-data/node_modules/@types/node/os.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/form-data/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/perf_hooks.d.ts +19 -19
- package/node_modules/@types/form-data/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/readline/promises.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/readline.d.ts +9 -9
- package/node_modules/@types/form-data/node_modules/@types/node/repl.d.ts +4 -4
- package/node_modules/@types/form-data/node_modules/@types/node/sqlite.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/stream/web.d.ts +17 -17
- package/node_modules/@types/form-data/node_modules/@types/node/stream.d.ts +15 -15
- package/node_modules/@types/form-data/node_modules/@types/node/string_decoder.d.ts +3 -3
- package/node_modules/@types/form-data/node_modules/@types/node/test.d.ts +2 -2
- package/node_modules/@types/form-data/node_modules/@types/node/timers/promises.d.ts +5 -5
- package/node_modules/@types/form-data/node_modules/@types/node/timers.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/tls.d.ts +5 -5
- package/node_modules/@types/form-data/node_modules/@types/node/trace_events.d.ts +4 -4
- package/node_modules/@types/form-data/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/url.d.ts +7 -7
- package/node_modules/@types/form-data/node_modules/@types/node/util.d.ts +44 -44
- package/node_modules/@types/form-data/node_modules/@types/node/v8.d.ts +12 -12
- package/node_modules/@types/form-data/node_modules/@types/node/vm.d.ts +13 -13
- package/node_modules/@types/form-data/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/worker_threads.d.ts +22 -22
- package/node_modules/@types/form-data/node_modules/@types/node/zlib.d.ts +8 -8
- package/node_modules/fast-uri/.github/workflows/ci.yml +2 -2
- package/node_modules/fast-uri/.github/workflows/package-manager-ci.yml +1 -1
- package/node_modules/fast-uri/index.js +3 -9
- package/node_modules/fast-uri/package.json +3 -3
- package/node_modules/fast-uri/test/ajv.test.js +1 -1
- package/node_modules/fast-uri/test/compatibility.test.js +3 -2
- package/node_modules/fast-uri/test/equal.test.js +1 -2
- package/node_modules/fast-uri/test/parse.test.js +1 -2
- package/node_modules/fast-uri/test/resolve.test.js +1 -2
- package/node_modules/fast-uri/test/serialize.test.js +1 -2
- package/node_modules/fast-uri/test/uri-js.test.js +539 -567
- package/node_modules/fast-uri/test/util.test.js +2 -3
- package/package.json +1 -1
- package/node_modules/fast-uri/.taprc +0 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* To use the HTTP server and client one must `
|
|
2
|
+
* To use the HTTP server and client one must import the `node:http` module.
|
|
3
3
|
*
|
|
4
4
|
* The HTTP interfaces in Node.js are designed to support many features
|
|
5
5
|
* of the protocol which have been traditionally difficult to use.
|
|
@@ -231,7 +231,7 @@ declare module "http" {
|
|
|
231
231
|
}
|
|
232
232
|
interface ServerOptions<
|
|
233
233
|
Request extends typeof IncomingMessage = typeof IncomingMessage,
|
|
234
|
-
Response extends typeof ServerResponse = typeof ServerResponse,
|
|
234
|
+
Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
|
|
235
235
|
> {
|
|
236
236
|
/**
|
|
237
237
|
* Specifies the `IncomingMessage` class to be used. Useful for extending the original `IncomingMessage`.
|
|
@@ -315,14 +315,14 @@ declare module "http" {
|
|
|
315
315
|
}
|
|
316
316
|
type RequestListener<
|
|
317
317
|
Request extends typeof IncomingMessage = typeof IncomingMessage,
|
|
318
|
-
Response extends typeof ServerResponse = typeof ServerResponse,
|
|
318
|
+
Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
|
|
319
319
|
> = (req: InstanceType<Request>, res: InstanceType<Response> & { req: InstanceType<Request> }) => void;
|
|
320
320
|
/**
|
|
321
321
|
* @since v0.1.17
|
|
322
322
|
*/
|
|
323
323
|
class Server<
|
|
324
324
|
Request extends typeof IncomingMessage = typeof IncomingMessage,
|
|
325
|
-
Response extends typeof ServerResponse = typeof ServerResponse,
|
|
325
|
+
Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
|
|
326
326
|
> extends NetServer {
|
|
327
327
|
constructor(requestListener?: RequestListener<Request, Response>);
|
|
328
328
|
constructor(options: ServerOptions<Request, Response>, requestListener?: RequestListener<Request, Response>);
|
|
@@ -1447,7 +1447,7 @@ declare module "http" {
|
|
|
1447
1447
|
* To configure any of them, a custom {@link Agent} instance must be created.
|
|
1448
1448
|
*
|
|
1449
1449
|
* ```js
|
|
1450
|
-
*
|
|
1450
|
+
* import http from 'node:http';
|
|
1451
1451
|
* const keepAliveAgent = new http.Agent({ keepAlive: true });
|
|
1452
1452
|
* options.agent = keepAliveAgent;
|
|
1453
1453
|
* http.request(options, onResponseCallback)
|
|
@@ -1553,11 +1553,11 @@ declare module "http" {
|
|
|
1553
1553
|
*/
|
|
1554
1554
|
function createServer<
|
|
1555
1555
|
Request extends typeof IncomingMessage = typeof IncomingMessage,
|
|
1556
|
-
Response extends typeof ServerResponse = typeof ServerResponse,
|
|
1556
|
+
Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
|
|
1557
1557
|
>(requestListener?: RequestListener<Request, Response>): Server<Request, Response>;
|
|
1558
1558
|
function createServer<
|
|
1559
1559
|
Request extends typeof IncomingMessage = typeof IncomingMessage,
|
|
1560
|
-
Response extends typeof ServerResponse = typeof ServerResponse,
|
|
1560
|
+
Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
|
|
1561
1561
|
>(
|
|
1562
1562
|
options: ServerOptions<Request, Response>,
|
|
1563
1563
|
requestListener?: RequestListener<Request, Response>,
|