Interface: ResourcefulHttpRequestOptions
Properties
| Property | Type |
|---|---|
data? | any |
headers? | ResourcefulHttpHeaders |
method | ResourcefulHttpMethod |
onDownloadProgress? | (progress: ResourcefulHttpProgress) => void |
onUploadProgress? | (progress: ResourcefulHttpProgress) => void |
plain? | boolean |
response? | "text" | "arraybuffer" | "json" | "stream" | "blob" |
signal? | AbortSignal |
timeout? | number | false |
url | string |