285 B
285 B
StreamProtocolResponse Object
statusCodeNumber (optional) - The HTTP response code.headersRecord<String, String | String[]> (optional) - An object containing the response headers.dataReadableStream | null - A Node.js readable stream representing the response body.