Skip to content

@ubstream/ubstream-node-client-sdk / Exports / IUbstreamHttpResponseStream

Interface: IUbstreamHttpResponseStream

Object representing the result of a download. It contains a readable stream, the content-type and the name of the file downloaded.

Table of contents

Properties

Properties

contentType

contentType: string

The content-type of the file.


filename

filename: string

The name of the file downloaded.


stream

stream: Readable

A readable stream which can be use to retrieve the resource downloaded.