electron/docs/api/structures/stream-protocol-response.md
2017-11-13 16:16:14 -03:00

5 lines
226 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