Skip to content

Interface: ResourcefulHttpRequestOptions

Properties

PropertyType
data?any
headers?ResourcefulHttpHeaders
methodResourcefulHttpMethod
onDownloadProgress?(progress: ResourcefulHttpProgress) => void
onUploadProgress?(progress: ResourcefulHttpProgress) => void
plain?boolean
response?"text" | "arraybuffer" | "json" | "stream" | "blob"
signal?AbortSignal
timeout?number | false
urlstring