1234567891011121314151617181920212223 |
- export { HttpBackend, HttpHandler } from './src/backend';
- export { HttpClient } from './src/client';
- export { HttpContext, HttpContextToken } from './src/context';
- export { FetchBackend } from './src/fetch';
- export { HttpHeaders } from './src/headers';
- export { HTTP_INTERCEPTORS, HttpInterceptorHandler as ɵHttpInterceptorHandler, HttpInterceptorHandler as ɵHttpInterceptingHandler } from './src/interceptor';
- export { JsonpClientBackend, JsonpInterceptor } from './src/jsonp';
- export { HttpClientJsonpModule, HttpClientModule, HttpClientXsrfModule } from './src/module';
- export { HttpParams, HttpUrlEncodingCodec } from './src/params';
- export { HttpFeatureKind, provideHttpClient, withFetch, withInterceptors, withInterceptorsFromDi, withJsonpSupport, withNoXsrfProtection, withRequestsMadeViaParent, withXsrfConfiguration } from './src/provider';
- export { HttpRequest } from './src/request';
- export { HttpErrorResponse, HttpEventType, HttpHeaderResponse, HttpResponse, HttpResponseBase } from './src/response';
- export { withHttpTransferCache as ɵwithHttpTransferCache } from './src/transfer_cache';
- export { HttpXhrBackend } from './src/xhr';
- export { HttpXsrfTokenExtractor } from './src/xsrf';
|