withXsrfConfiguration
Customizes the XSRF protection for the configuration of the current HttpClient
instance.
withXsrfConfiguration(__0: { cookieName?: string; headerName?: string; }): HttpFeature<HttpFeatureKind.CustomXsrfConfiguration>
Parameters
__0
|
object |
Returns
See also
Description
This feature is incompatible with the withNoXsrfProtection
feature.