Hierarchy (View Summary)

Constructors

Properties

defaults: AxiosDefaults<any>
interceptors: {
    request: AxiosInterceptorManager<InternalAxiosRequestConfig<any>>;
    response: AxiosInterceptorManager<AxiosResponse<any, any>>;
}

Methods