[csharp-netcore] Making HTTP response headers dictionary case-insensitive (#3707)

* fix(csharp-netcore): Making response headers case-insensitive

* fix(r): Adding response headers on docs
This commit is contained in:
Sai Giridhar P
2019-08-21 18:50:05 +05:30
committed by William Cheng
parent bb5cd4c42d
commit 6924b3c710
6 changed files with 72 additions and 1 deletions

View File

@@ -26,3 +26,4 @@ sidebar_label: csharp-netcore
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
|netCoreProjectFile|Use the new format (.NET Core) for .NET project files (.csproj).| |false|
|validatable|Generates self-validatable models.| |true|
|caseInsensitiveResponseHeaders|Make API response's headers case-insensitive| |false|