[C++] [Qt5]Add support for response compression and add response body to error s… (#5060)

* Add support for response compression and add response body to error string

* Improve robustness while parsing quality and compression levels
This commit is contained in:
sunn
2020-01-21 12:11:43 +01:00
committed by GitHub
parent ff7203875f
commit a1d21f6d3a
19 changed files with 189 additions and 20 deletions

View File

@@ -6,6 +6,7 @@ sidebar_label: cpp-qt5-qhttpengine-server
| Option | Description | Values | Default |
| ------ | ----------- | ------ | ------- |
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
|contentCompression|Enable Compressed Content Encoding for requests and responses| |false|
|cppNamespace|C++ namespace (convention: name::space::for::api).| |OpenAPI|
|ensureUniqueParams|Whether to ensure parameter names are unique in an operation (rename parameters that are not).| |true|
|modelNamePrefix|Prefix that will be prepended to all model names.| |OAI|