2017-11-10 16:21:09 +00:00
|
|
|
# StreamProtocolResponse Object
|
|
|
|
|
2019-06-27 21:20:29 +00:00
|
|
|
* `statusCode` Number (optional) - The HTTP response code.
|
|
|
|
* `headers` Record<String, String | String[]> (optional) - An object containing the response headers.
|
|
|
|
* `data` ReadableStream | null - A Node.js readable stream representing the response body.
|