Represents a parsed HTTP response from the B2 API.
Readonly
Response body as a readable stream, or null for empty responses.
Response headers.
HTTP status code.
Reads the response body as an ArrayBuffer.
Parses the response body as JSON.
Reads the response body as a UTF-8 string.
Represents a parsed HTTP response from the B2 API.