xior

    Class Xior

    Index

    Constructors

    Properties

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

    plugins

    REQI: (
        (
            config: XiorInterceptorRequestConfig,
        ) =>
            | XiorInterceptorRequestConfig<T>
            | Promise<XiorInterceptorRequestConfig<T>>
    )[] = []

    request interceptors

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

    response interceptors

    Type declaration

    create: (options?: XiorRequestConfig<any>) => Xior = createXior
    VERSION: string = '0.7.7'

    Accessors

    Methods

    post

    MMNEPVFCICPMFPCPTTAAATR