electron/docs/api/structures/stream-protocol-response.md
2018-07-20 10:58:19 -07:00

229 B

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.