mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-08 06:36:10 +00:00
[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:
committed by
William Cheng
parent
bb5cd4c42d
commit
6924b3c710
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user