HttpFileResponse
Extends:
Extends HttpResponse with extra functionality for working with JSON response data.
Inherited Summary
From class HttpResponse | ||
public get |
body: * Get the response body (the responseText attribute of the XMLHttpRequest). |
|
public get |
status: * Get the status code of the response (the status attribute of the XMLHttpRequest). |
|
public |
request: * |
|
public |
getPrettyfiedBody(): * Get HttpResponse#body pretty formatted. |
|
public |
isClientError(): * Returns |
|
public |
isConnectionRefused(): * Returns |
|
public |
isRedirect(): * Returns |
|
public |
isServerError(): * Returns |
|
public |
isSuccess(): * Returns |
|
public |
Get the response header as string. |
|
public |
Create a HttpResponseError from this HttpResponse. |
|
public |
Format as a string suitable for debugging. |