7 lines
287 B
JavaScript
7 lines
287 B
JavaScript
// Licensed to the .NET Foundation under one or more agreements.
|
|
// The .NET Foundation licenses this file to you under the MIT license.
|
|
export class HeaderNames {
|
|
}
|
|
HeaderNames.Authorization = "Authorization";
|
|
HeaderNames.Cookie = "Cookie";
|
|
//# sourceMappingURL=HeaderNames.js.map
|