Hierarchy (View Summary)

Constructors

Properties

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

Methods