@coolio/http
Version:
HTTP networking client
9 lines • 435 B
JavaScript
import { createErrorInterceptor } from './errorInterceptor';
import { createLoggingInterceptor } from './loggingInterceptor';
import { createRedirectionInterceptor } from './redirectionInterceptor';
export var Interceptors = {
createErrorInterceptor: createErrorInterceptor,
createLoggingInterceptor: createLoggingInterceptor,
createRedirectionInterceptor: createRedirectionInterceptor,
};
//# sourceMappingURL=index.js.map