diff --git a/Settings.md b/Settings.md index 4a1353c..b3d671c 100644 --- a/Settings.md +++ b/Settings.md @@ -81,7 +81,8 @@ var server = WireMockServer.Start(new FluentMockServerSettings UserName = "test", Password = "pwd", Address = "http://company.proxy" - } + }, + UseDefinedRequestMatchers = false } }); ``` @@ -95,6 +96,7 @@ Where * `ClientX509Certificate2ThumbprintOrSubjectName` = The clientCertificate thumbprint or subject name fragment to use. * `WebProxySettings` = Defines the WebProxySettings. * `AllowAutoRedirect` = Proxy requests should follow redirection (30x). Default null / false. +* `UseDefinedRequestMatchers` = When SaveMapping is set to true, this setting can be used to control the behavior of the generated request matchers for the new mapping. #### WebProxySettings * `Address` = Contains the address of the proxy server.