class
final
Identifies requests with the method JSONP and shifts them to the JsonpClientBackend
.
class JsonpInterceptor { intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> }
intercept() | ||||||
---|---|---|---|---|---|---|
Identifies and handles a given JSONP request. | ||||||
|
req | HttpRequest | The outgoing request object to handle. |
next | HttpHandler | The next interceptor in the chain, or the backend if no interceptors remain in the chain. |
Observable<HttpEvent<any>>
: An observable of the event stream.
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v12.angular.io/api/common/http/JsonpInterceptor