mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-18 07:24:34 +01:00
DisableRequestBodyDecompressing
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user