W3cubDocs

/Angular

HttpFeatureKind

Identifies a particular kind of HttpFeature.

API

enum HttpFeatureKind {
  Interceptors: HttpFeatureKind.Interceptors;
  LegacyInterceptors: HttpFeatureKind.LegacyInterceptors;
  CustomXsrfConfiguration: HttpFeatureKind.CustomXsrfConfiguration;
  NoXsrfProtection: HttpFeatureKind.NoXsrfProtection;
  JsonpSupport: HttpFeatureKind.JsonpSupport;
  RequestsMadeViaParent: HttpFeatureKind.RequestsMadeViaParent;
  Fetch: HttpFeatureKind.Fetch;
}

Interceptors

LegacyInterceptors

CustomXsrfConfiguration

NoXsrfProtection

JsonpSupport

RequestsMadeViaParent

Fetch

Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/common/http/HttpFeatureKind