@aurelia/fetch-client
Version:
[](https://opensource.org/licenses/MIT) [](http://www.typescriptlang.org/) [ • 710 B
text/typescript
export {
type IFetchInterceptor,
} from './interfaces';
export {
json
} from './utilities-fetch-client';
export {
// cache interceptor
type ICacheEventData,
type ICacheConfiguration,
CacheEvent,
CacheInterceptor,
type ICacheItem,
CacheService,
ICacheService,
ICacheStorage,
// storage implementations
MemoryStorage,
BrowserIndexDBStorage,
BrowserLocalStorage,
BrowserSessionStorage,
// retry interceptor
RetryInterceptor,
RetryStrategy,
type IRetryConfiguration,
type IRetryableRequest,
} from './interceptors';
export { HttpClientConfiguration } from './http-client-configuration';
export { IFetchFn, HttpClient, IHttpClient, HttpClientEvent } from './http-client';