withXsrfConfiguration
function
Customizes the XSRF protection for the configuration of the current HttpClient
instance.
API
Description
withXsrfConfiguration( { cookieName, headerName,}: { cookieName?: string; headerName?: string; }): HttpFeature<HttpFeatureKind.CustomXsrfConfiguration>;
Jump to details