Class Xior

Constructors

Properties

config?: XiorRequestConfig<any>
P: XiorPlugin[] = []

plugins

request interceptors

RESI: {
    fn: ((config: XiorResponseInterceptorConfig<any>) => XiorResponseInterceptorConfig<any> | Promise<XiorResponseInterceptorConfig<any>>);
    onRejected?: null | ((error: XiorError) => any);
}[] = []

response interceptors

Type declaration

VERSION: string = '0.6.1'

Accessors

Methods