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 6ffac0c commit c68c0f4Copy full SHA for c68c0f4
src/Microsoft.Net.Http.Headers/HeaderNames.cs
@@ -20,7 +20,7 @@ public static class HeaderNames
20
public const string ContentLanguage = "Content-Language";
21
public const string ContentLength = "Content-Length";
22
public const string ContentLocation = "Content-Location";
23
- public const string ContentMD5 = "ContentMD5";
+ public const string ContentMD5 = "Content-MD5";
24
public const string ContentRange = "Content-Range";
25
public const string ContentType = "Content-Type";
26
public const string Cookie = "Cookie";
@@ -57,4 +57,4 @@ public static class HeaderNames
57
public const string WebSocketSubProtocols = "Sec-WebSocket-Protocol";
58
public const string WWWAuthenticate = "WWW-Authenticate";
59
}
60
-}
+}
0 commit comments