@angular/common/http

withXsrfConfiguration

function

Customizes the XSRF protection for the configuration of the current HttpClient instance.

  
    function withXsrfConfiguration(  {  cookieName,  headerName,}: { cookieName?: string | undefined; headerName?: string | undefined; }): HttpFeature<HttpFeatureKind.CustomXsrfConfiguration>;
  
  
Jump to details