Updated Settings (markdown)

Stef Heyenrath
2020-08-01 19:09:59 +02:00
parent 62837617ef
commit 3903c58669

@@ -101,6 +101,9 @@ Set to true to disable Json deserialization when processing requests. (default s
### DisableRequestBodyDecompressing
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
Action which is called (with the IAppBuilder or IApplicationBuilder) before the internal WireMockMiddleware is initialized. [Optional]