Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 285 Bytes

stream-protocol-response.md

File metadata and controls

5 lines (4 loc) · 285 Bytes

StreamProtocolResponse Object

  • statusCode Number (optional) - The HTTP response code.
  • headers Record<String, String | String[]> (optional) - An object containing the response headers.
  • data ReadableStream | null - A Node.js readable stream representing the response body.