xior
Version:
A lite http request lib based on fetch with plugins support and similar API to axios.
10 lines (7 loc) • 728 B
text/typescript
import { X as Xior, a as XiorRequestConfig, b as XiorInstance } from '../xior-D_RKcIOK.mjs';
export { C as ClearableSignal, F as Fetch, I as ICacheLike, l as XiorError, f as XiorInterceptorOptions, c as XiorInterceptorRequestConfig, g as XiorInterceptorResponseConfig, e as XiorPlugin, d as XiorResponse, h as XiorResponseInterceptorConfig, m as XiorTimeoutError, o as anySignal, q as buildSortedURL, r as delay, i as encodeParams, j as isAbsoluteURL, n as isXiorError, k as joinPath, p as merge, t as trimUndefined } from '../xior-D_RKcIOK.mjs';
declare const xior: Xior & {
create: (options?: XiorRequestConfig) => XiorInstance;
VERSION: string;
};
export { Xior, XiorInstance, XiorRequestConfig, xior as default };