Skip to main content
Version: Next

StreamingHttpResponse

HTTP response data as returned by the BaseHttpClient.stream method.

Hierarchy

  • HttpResponseWithoutBody
    • StreamingHttpResponse

Index

Properties

inheritedcomplete

complete: boolean

readonlydownloadProgress

downloadProgress: Progress

inheritedheaders

headers: SimpleHeaders

optionalinheritedip

ip?: string

inheritedredirectUrls

redirectUrls: URL[]

inheritedrequest

request: HttpRequest<keyof ResponseTypes>

inheritedstatusCode

statusCode: number

optionalinheritedstatusMessage

statusMessage?: string

stream

stream: Readable

inheritedtrailers

trailers: SimpleHeaders

readonlyuploadProgress

uploadProgress: Progress

inheritedurl

url: string