HeaderNames.js 281 B

1234567
  1. // Licensed to the .NET Foundation under one or more agreements.
  2. // The .NET Foundation licenses this file to you under the MIT license.
  3. export class HeaderNames {
  4. }
  5. HeaderNames.Authorization = "Authorization";
  6. HeaderNames.Cookie = "Cookie";
  7. //# sourceMappingURL=HeaderNames.js.map