diff --git a/Settings.md b/Settings.md index 9653b05..ce050db 100644 --- a/Settings.md +++ b/Settings.md @@ -98,6 +98,9 @@ The MaxRequestLog count (optional). ### DisableJsonBodyParsing Set to true to disable Json deserialization when processing requests. (default set to false). +### DisableRequestBodyDecompressing +Disable support for GZip and Deflate request body decompression. (default set to false). + ### PreWireMockMiddlewareInit Action which is called (with the IAppBuilder or IApplicationBuilder) before the internal WireMockMiddleware is initialized. [Optional]