electron/docs/api/structures/stream-protocol-response.md

6 lines
226 B
Markdown
Raw Normal View History

# 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