Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 451 Bytes

File metadata and controls

12 lines (11 loc) · 451 Bytes

Object: "http".HttpContent

Encapsulates the content of an HttpResponse.

Properties
  • raw - Object.
    Gets the response body as raw data.
  • toString - Function() String.
    Gets the response body as string.
  • toJSON - Function() Object.
    Gets the response body as JSON object.
  • toImage - Function() ImageSource.
    Gets the response body as ImageSource.