Construct a StreamedResponse.
The readable stream to send in the response body.
OptionalstatusCode: number = 200The HTTP response status code to send.
Optionalheaders: HeadersInitThe HTTP response headers to send.
Protected ReadonlyheadersThe HTTP response headers to send.
ReadonlystatusThe HTTP response status code to send.
A response that streams data from a readable stream.