kSensitiveHeadersNames constant

List<HttpxHeaderName> const kSensitiveHeadersNames

Implementation

static const kSensitiveHeadersNames = <HttpxHeaderName>[
  HttpHeaders.cookieHeader,
  HttpHeaders.setCookieHeader,
  HttpHeaders.proxyAuthorizationHeader,
  HttpHeaders.authorizationHeader,
  HttpHeaders.wwwAuthenticateHeader,
  HttpHeaders.proxyAuthenticateHeader,
  r'api[-_]?key',
];