electron/docs/api/structures/stream-protocol-response.md
2019-06-27 14:20:29 -07:00

5 lines
285 B
Markdown

# StreamProtocolResponse Object
* `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.