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

6 lines
229 B
Markdown
Raw Normal View History

# StreamProtocolResponse Object
2018-07-20 17:58:19 +00:00
* `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.