Encapsulates the content of an HttpResponse.
- 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.