We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66cfa32 commit 4629299Copy full SHA for 4629299
src/Http/Headers/src/HeaderNames.cs
@@ -6,6 +6,8 @@ namespace Microsoft.Net.Http.Headers
6
/// <summary>
7
/// Defines constants for well-known HTTP headers.
8
/// </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.
11
public static class HeaderNames
12
{
13
// Use readonly statics rather than constants so ReferenceEquals works
0 commit comments