@smithy/node-http-handler
Installation
NPM
npm install @smithy/node-http-handler
Yarn
yarn add @smithy/node-http-handler
pnpm
pnpm add @smithy/node-http-handler
This package implements the default requestHandler
for Node.js using node:http
, node:https
, and node:http2
.
For an example on how requestHandler
s are used by Smithy generated SDK clients, refer to
the AWS SDK for JavaScript (v3) supplemental docs .
Types
Type Name | Type |
---|
Type Name | Type |
---|---|
DEFAULT_REQUEST_TIMEOUT | Variable |
NodeHttp2Handler | Class |
NodeHttp2HandlerOptions | Interface |
NodeHttpHandler | Class |
NodeHttpHandlerOptions | Interface |