XSRFStrategy
class deprecated
An XSRFStrategy configures XSRF protection (e.g. via headers) on an HTTP request.
Deprecated: see https://angular.io/guide/http
abstract class XSRFStrategy {
  abstract configureRequest(req: Request): void
} Subclasses
Methods
|     configureRequest()      | 
|---|
    © 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
    https://v7.angular.io/api/http/XSRFStrategy