On this page
HttpXhrBackend
class  final 
Uses XMLHttpRequest to send requests to a backend server.
class HttpXhrBackend implements HttpBackend {
  handle(req: HttpRequest<any>): Observable<HttpEvent<any>>
}
   See also
Provided in
Methods
| 
         
         handle()
          | 
      |||
|---|---|---|---|
Processes a request and returns a stream of response events.  | 
      |||
        
          | 
      
req | 
            HttpRequest | 
            The request object.  | 
           
Returns
Observable<HttpEvent<any>>: An observable of the response events.
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v12.angular.io/api/common/http/HttpXhrBackend