Skip to content

Commit 4629299

Browse files
authored
Add a modification policy to HeaderNames (#32394)
1 parent 66cfa32 commit 4629299

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Http/Headers/src/HeaderNames.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ namespace Microsoft.Net.Http.Headers
66
/// <summary>
77
/// Defines constants for well-known HTTP headers.
88
/// </summary>
9+
// MODIFICATION POLICY: This list is not intended to be exhaustive, it primarily contains values used by the framework itself.
10+
// Please do not open PRs without first opening an issue to discuss a specific item.
911
public static class HeaderNames
1012
{
1113
// Use readonly statics rather than constants so ReferenceEquals works

0 commit comments

Comments
 (0)