Updated Settings (markdown)

Stef Heyenrath
2018-10-06 16:09:50 +02:00
parent d709f4c69a
commit 7a3aeb3713

@@ -1,7 +1,7 @@
# 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 ()
- 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).