Options
All
  • Public
  • Public/Protected
  • All
Menu

The HTTP Response data.

Hierarchy

  • HTTPResponse

Index

Properties

body: Uint8Array

The HTTP response as a byte array. To decode into a UTF-8 string you can:

let decodedText = network.decode(data);
headers: Record<string, string[]>
statusCode: number

Generated using TypeDoc