mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-24 01:08:28 +02:00
Updated Settings (markdown)
@@ -101,6 +101,9 @@ Set to true to disable Json deserialization when processing requests. (default s
|
|||||||
### DisableRequestBodyDecompressing
|
### DisableRequestBodyDecompressing
|
||||||
Disable support for GZip and Deflate request body decompression. (default set to false).
|
Disable support for GZip and Deflate request body decompression. (default set to false).
|
||||||
|
|
||||||
|
### HandleRequestsSynchronously
|
||||||
|
Handle all requests synchronously. This could solve some issues when running multiple unit tests using 1 WireMock.Net instance. (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