mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-23 17:28:55 +02:00
Updated Settings (markdown)
@@ -1,9 +1,11 @@
|
|||||||
# FluentMockServerSettings : generic settings
|
# FluentMockServerSettings : generic settings
|
||||||
The class `FluentMockServerSettings` defines the settings which can be used to configure the WireMock.net server.
|
The class `FluentMockServerSettings` defines the settings which can be used to configure the WireMock.net server.
|
||||||
|
|
||||||
- StartAdminInterface = defines to start the admin interface
|
### StartAdminInterface
|
||||||
- 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).
|
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
|
# ProxyAndRecordSettings : Proxy and Record
|
||||||
|
|||||||
Reference in New Issue
Block a user