Package Exports
- @smithy/node-http-handler
- @smithy/node-http-handler/dist-cjs/index.js
- @smithy/node-http-handler/dist-es/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@smithy/node-http-handler) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@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.