UploadResponse
Represents the response type of the Upload.
Name | Type | Default | Description |
---|---|---|---|
headers |
|
The headers with which the server responded. | |
request? |
|
The XMLHttpRequest instance of the browser. | |
response |
|
The response that was provided by the server. | |
status |
|
The HTTP status code from the server response. | |
statusText |
|
The HTTP status message from the server response. |