HeaderNames.js 416 B

1234567891011
  1. "use strict";
  2. // Licensed to the .NET Foundation under one or more agreements.
  3. // The .NET Foundation licenses this file to you under the MIT license.
  4. Object.defineProperty(exports, "__esModule", { value: true });
  5. exports.HeaderNames = void 0;
  6. class HeaderNames {
  7. }
  8. exports.HeaderNames = HeaderNames;
  9. HeaderNames.Authorization = "Authorization";
  10. HeaderNames.Cookie = "Cookie";
  11. //# sourceMappingURL=HeaderNames.js.map