mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-17 22:50:05 +02:00
DisableRequestBodyDecompressing
@@ -98,6 +98,9 @@ The MaxRequestLog count (optional).
|
|||||||
### DisableJsonBodyParsing
|
### DisableJsonBodyParsing
|
||||||
Set to true to disable Json deserialization when processing requests. (default set to false).
|
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
|
### PreWireMockMiddlewareInit
|
||||||
Action which is called (with the IAppBuilder or IApplicationBuilder) before the internal WireMockMiddleware is initialized. [Optional]
|
Action which is called (with the IAppBuilder or IApplicationBuilder) before the internal WireMockMiddleware is initialized. [Optional]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user