| 
									
										
										
										
											2017-03-22 17:13:24 -07:00
										 |  |  | /** | 
					
						
							|  |  |  |  * @license | 
					
						
							| 
									
										
										
										
											2020-05-19 12:08:49 -07:00
										 |  |  |  * Copyright Google LLC All Rights Reserved. | 
					
						
							| 
									
										
										
										
											2017-03-22 17:13:24 -07:00
										 |  |  |  * | 
					
						
							|  |  |  |  * Use of this source code is governed by an MIT-style license that can be | 
					
						
							|  |  |  |  * found in the LICENSE file at https://angular.io/license
 | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | export {HttpBackend, HttpHandler} from './src/backend'; | 
					
						
							|  |  |  | export {HttpClient} from './src/client'; | 
					
						
							|  |  |  | export {HttpHeaders} from './src/headers'; | 
					
						
							|  |  |  | export {HTTP_INTERCEPTORS, HttpInterceptor} from './src/interceptor'; | 
					
						
							|  |  |  | export {JsonpClientBackend, JsonpInterceptor} from './src/jsonp'; | 
					
						
							| 
									
										
										
										
											2018-05-31 10:35:51 -07:00
										 |  |  | export {HttpClientJsonpModule, HttpClientModule, HttpClientXsrfModule, HttpInterceptingHandler as ɵHttpInterceptingHandler} from './src/module'; | 
					
						
							| 
									
										
										
										
											2020-03-03 10:51:32 -05:00
										 |  |  | export {HttpParameterCodec, HttpParams, HttpParamsOptions, HttpUrlEncodingCodec} from './src/params'; | 
					
						
							| 
									
										
										
										
											2017-03-22 17:13:24 -07:00
										 |  |  | export {HttpRequest} from './src/request'; | 
					
						
							| 
									
										
										
										
											2019-06-05 13:36:06 +05:30
										 |  |  | export {HttpDownloadProgressEvent, HttpErrorResponse, HttpEvent, HttpEventType, HttpHeaderResponse, HttpProgressEvent, HttpResponse, HttpResponseBase, HttpSentEvent, HttpUploadProgressEvent, HttpUserEvent} from './src/response'; | 
					
						
							| 
									
										
										
										
											2017-07-07 14:56:36 -07:00
										 |  |  | export {HttpXhrBackend, XhrFactory} from './src/xhr'; | 
					
						
							| 
									
										
										
										
											2017-07-14 09:44:33 -07:00
										 |  |  | export {HttpXsrfTokenExtractor} from './src/xsrf'; |