#833 Change non-standard header name 'ContentMD5' to 'Content-MD5'
This commit is contained in:
parent
6ffac0c722
commit
d1d9bceff5
|
|
@ -20,7 +20,7 @@ namespace Microsoft.Net.Http.Headers
|
|||
public const string ContentLanguage = "Content-Language";
|
||||
public const string ContentLength = "Content-Length";
|
||||
public const string ContentLocation = "Content-Location";
|
||||
public const string ContentMD5 = "ContentMD5";
|
||||
public const string ContentMD5 = "Content-MD5";
|
||||
public const string ContentRange = "Content-Range";
|
||||
public const string ContentType = "Content-Type";
|
||||
public const string Cookie = "Cookie";
|
||||
|
|
@ -57,4 +57,4 @@ namespace Microsoft.Net.Http.Headers
|
|||
public const string WebSocketSubProtocols = "Sec-WebSocket-Protocol";
|
||||
public const string WWWAuthenticate = "WWW-Authenticate";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue