Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 229 Bytes

stream-protocol-response.md

File metadata and controls

5 lines (4 loc) · 229 Bytes

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.