DisableRequestBodyDecompressing

Stef Heyenrath
2020-04-10 08:53:31 +02:00
parent 42e15a2e85
commit d4cc2907cc

@@ -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]