Optional dataRequest body data.
Works similarly to axios config.data.
Example:
Eitri.http.delete('https://myaddress.com', {
data: { ids: [1, 2, 3] },
headers: { "Content-Type": "application/json" }
})
Optional headersOptional timeoutmilissegundos
Optional followWhether to automatically follow HTTP redirects (3xx status codes). When set to false, the response will be returned immediately without following redirects.
Generated using TypeDoc
Configuration for HTTP DELETE requests, extending HttpConfig with an optional request body.