Construct a StreamedResponse.
The readable stream to send in the response body.
Optional
statusCode: number = 200The HTTP response status code to send.
Optional
headers: HeadersInitThe HTTP response headers to send.
Protected
Readonly
headersThe HTTP response headers to send.
Readonly
statusThe HTTP response status code to send.
A response that streams data from a readable stream.