Properties
method
method: "GET" | "POST" | "HEAD" | "PUT" | "DELETE" | "PATCH"
data
data?: any
formData
formData?: ([string, string] | [string, File] | [string, File, string])[]
queryString
queryString?: { [key: string]: string | number; }
headers
headers?: { [key: string]: string | number; }
withCredentials
withCredentials?: boolean
timeout
timeout?: number