5 lines
229 B
Markdown
5 lines
229 B
Markdown
# StreamProtocolResponse Object
|
|
|
|
* `statusCode` Number - The HTTP response code.
|
|
* `headers` Object - An object containing the response headers.
|
|
* `data` ReadableStream - A Node.js readable stream representing the response body.
|