@hyper-fetch/core
Version:
Cache, Queue and Persist your requests no matter if you are online or offline!
30 lines • 2 kB
TypeScript
export declare const getLoadingKey: () => string;
export declare const getLoadingByQueryKey: (queryKey: string) => string;
export declare const getLoadingByCacheKey: (cacheKey: string) => string;
export declare const getLoadingByIdKey: (id: string) => string;
export declare const getRemoveKey: () => string;
export declare const getRemoveByQueryKey: (queryKey: string) => string;
export declare const getRemoveByIdKey: (id: string) => string;
export declare const getAbortKey: () => string;
export declare const getAbortByAbortKey: (abortKey: string) => string;
export declare const getAbortByIdKey: (id: string) => string;
export declare const getResponseKey: () => string;
export declare const getResponseByCacheKey: (cacheKey: string) => string;
export declare const getResponseByIdKey: (id: string) => string;
export declare const getRequestStartKey: () => string;
export declare const getRequestStarByQueryKey: (queryKey: string) => string;
export declare const getRequestStartByIdKey: (id: string) => string;
export declare const getResponseStartKey: () => string;
export declare const getResponseStartByQueryKey: (queryKey: string) => string;
export declare const getResponseStartByIdKey: (id: string) => string;
export declare const getUploadProgressKey: () => string;
export declare const getUploadProgressByQueryKey: (queryKey: string) => string;
export declare const getUploadProgressByIdKey: (id: string) => string;
export declare const getDownloadProgressKey: () => string;
export declare const getDownloadProgressByQueryKey: (queryKey: string) => string;
export declare const getDownloadProgressByIdKey: (id: string) => string;
export declare const getRequestDeduplicatedKey: () => string;
export declare const getRequestDeduplicatedByQueryKey: (queryKey: string) => string;
export declare const getRequestDeduplicatedByCacheKey: (cacheKey: string) => string;
export declare const getRequestDeduplicatedByIdKey: (id: string) => string;
//# sourceMappingURL=request.manager.utils.d.ts.map