Interface RequestConfig

Hierarchy

  • RequestConfig

Properties

url: string
method?: string
headers?: Record<string, string>
timeout?: number
data?: object
followRedirects?: boolean

Whether to automatically follow HTTP redirects (3xx status codes).

Default

true
API LEVEL 32

Generated using TypeDoc