Package Exports
- @smithy/fetch-http-handler
- @smithy/fetch-http-handler/dist-cjs/index.js
- @smithy/fetch-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/fetch-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/fetch-http-handler
This is the default requestHandler
used for browser applications.
Since Node.js introduced experimental Web Streams API in v16.5.0 and made it stable in v21.0.0,
you can consider using fetch-http-handler
in Node.js, although it's not recommended.
For the Node.js default requestHandler
implementation, see instead
@smithy/node-http-handler
.