Updated Settings (markdown)

Stef Heyenrath
2020-08-08 09:33:21 +02:00
parent 3903c58669
commit 29f9a87361

@@ -104,6 +104,9 @@ Disable support for GZip and Deflate request body decompression. (default set to
### HandleRequestsSynchronously
Handle all requests synchronously. This could solve some issues when running multiple unit tests using 1 WireMock.Net instance. (default set to false).
### ThrowExceptionWhenMatcherFails
Throw an exception when a [Matcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#matchers) fails because of invalid input. (default set to false).
### PreWireMockMiddlewareInit
Action which is called (with the IAppBuilder or IApplicationBuilder) before the internal WireMockMiddleware is initialized. [Optional]