From 99b312c01f74408e6918c0d52f738a68e01e72c8 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sat, 6 Oct 2018 16:12:04 +0200 Subject: [PATCH] Updated Settings (markdown) --- Settings.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Settings.md b/Settings.md index 0b96019..9063d56 100644 --- a/Settings.md +++ b/Settings.md @@ -1,9 +1,11 @@ # FluentMockServerSettings : generic settings The class `FluentMockServerSettings` defines the settings which can be used to configure the WireMock.net server. -- StartAdminInterface = defines to start the admin interface -- AllowPartialMapping = defines if the matching should be done with exact matching or partial matching. **Partial matching** means that the best matching mapping is used for a input request. In case this setting is set to null or false, only **Exact matching** is done. This means that only when an exact 100% match is found for an input request, the response is handled. Else you get a error (404). +### StartAdminInterface +defines to start the admin interface +### AllowPartialMapping +defines if the matching should be done with exact matching or partial matching. **Partial matching** means that the best matching mapping is used for a input request. In case this setting is set to null or false, only **Exact matching** is done. This means that only when an exact 100% match is found for an input request, the response is handled. Else you get a error (404).| # ProxyAndRecordSettings : Proxy and Record