mirror of
https://github.com/electron/electron.git
synced 2026-01-28 16:58:21 -05:00
6 lines
229 B
Markdown
6 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.
|