Options
All
  • Public
  • Public/Protected
  • All
Menu
export
interface

TxiosRequestConfig

Hierarchy

  • TxiosRequestConfig

Indexable

[propName: string]: any

Index

Properties

Optional auth

Optional baseUrl

baseUrl: undefined | string

Optional cancelToken

cancelToken: CancelToken

Optional data

data: any

Optional headers

headers: any

Optional method

method: Method

Optional onDownloadProgress

onDownloadProgress: undefined | function

Optional onUploadProgress

onUploadProgress: undefined | function

Optional params

params: any

Optional paramsSerializer

paramsSerializer: undefined | function

Optional responseType

responseType: XMLHttpRequestResponseType

Optional timeout

timeout: undefined | number

Optional transformRequest

transformRequest: TxiosTransformer | TxiosTransformer[]

Optional transformResponse

transformResponse: TxiosTransformer | TxiosTransformer[]

Optional url

url: undefined | string

Optional validateStatus

validateStatus: undefined | function

Optional withCredentials

withCredentials: undefined | false | true

Optional xsrfCookieName

xsrfCookieName: undefined | string

Optional xsrfHeaderName

xsrfHeaderName: undefined | string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc