From 14d9f1e461f85444970df92337da1f80c67f7b96 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sat, 12 Dec 2020 10:54:43 +0100 Subject: [PATCH] Updated Settings (markdown) --- Settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Settings.md b/Settings.md index ce02f7a..32d3523 100644 --- a/Settings.md +++ b/Settings.md @@ -83,7 +83,7 @@ var server = WireMockServer.Start(new FluentMockServerSettings Where * `Url` = The url to proxy to * `SaveMapping` = Save the mapping for each request/response to the internal Mappings -* `SaveMappingToFile` = Save the mapping for each request/response to also file. (Note that SaveMapping must also be set to true.) +* `SaveMappingToFile` = Save the mapping for each request/response to also file. * `SaveMappingForStatusCodePattern` = Only save request/response to the internal Mappings if the status code is included in this pattern. (Note that SaveMapping must also be set to true.) The pattern can contain a single value like "200", but also ranges like "2xx", "100,300,600" or "100-299,6xx" are supported. * `BlackListedHeaders` = Defines a list from headers which will excluded from the saved mappings. * `ClientX509Certificate2ThumbprintOrSubjectName` = The clientCertificate thumbprint or subject name fragment to use.