@smithy/node-http-handler
Advanced tools
@@ -7,9 +7,11 @@ import type { Agent as hAgentType } from "node:http"; | ||
| /** | ||
| * A default of 0 means no timeout. | ||
| * | ||
| * @public | ||
| * A default of 0 means no timeout. | ||
| */ | ||
| export declare const DEFAULT_REQUEST_TIMEOUT = 0; | ||
| /** | ||
| * A request handler that uses the Node.js http and https modules. | ||
| * | ||
| * @public | ||
| * A request handler that uses the Node.js http and https modules. | ||
| */ | ||
@@ -16,0 +18,0 @@ export declare class NodeHttpHandler implements HttpHandler<NodeHttpHandlerOptions> { |
| import type { StreamCollector } from "@smithy/types"; | ||
| /** | ||
| * Converts a stream to a byte array. | ||
| * | ||
| * @internal | ||
| * Converts a stream to a byte array. | ||
| */ | ||
| export declare const streamCollector: StreamCollector; |
| /** | ||
| * For test spies. | ||
| * | ||
| * @internal | ||
| * For test spies. | ||
| */ | ||
@@ -5,0 +6,0 @@ export declare const timing: { |
+2
-2
| { | ||
| "name": "@smithy/node-http-handler", | ||
| "version": "4.7.0", | ||
| "version": "4.7.1", | ||
| "description": "Provides a way to make requests", | ||
@@ -29,3 +29,3 @@ "scripts": { | ||
| "dependencies": { | ||
| "@smithy/core": "^3.24.0", | ||
| "@smithy/core": "^3.24.1", | ||
| "@smithy/types": "^4.14.1", | ||
@@ -32,0 +32,0 @@ "tslib": "^2.6.2" |
100991
0.01%2252
0.18%Updated