Interface IHttpBackendService
		 
	 
	
		
			
			
				Callable
				
					- IHttpBackendService(method: string, url: string, post?: any, callback?: Function, headers?: any, timeout?: number, withCredentials?: boolean): void
					- 
						
						Parameters
							- 
								method: string
- 
								url: string
- 
								Optional post: any
- 
								Optional callback: Function
- 
								Optional headers: any
- 
								Optional timeout: number
- 
								Optional withCredentials: boolean
 Returns void