Streaming payload output types in the Node.js environment.
This is by default the IncomingMessage type from node:http responses when using the default node-http-handler in Node.js environments.
It can be other Readable types like node:http2's ClientHttp2Stream such as when using the node-http2-handler.
The SdkStreamMixin adds methods on this type to help transform (collect) it to other formats.
Streaming payload output types in the Node.js environment.
This is by default the IncomingMessage type from node:http responses when using the default node-http-handler in Node.js environments.
It can be other Readable types like node:http2's ClientHttp2Stream such as when using the node-http2-handler.
The SdkStreamMixin adds methods on this type to help transform (collect) it to other formats.