mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-23 09:18:55 +02:00
Updated Settings (markdown)
@@ -83,7 +83,7 @@ var server = WireMockServer.Start(new FluentMockServerSettings
|
|||||||
Where
|
Where
|
||||||
* `Url` = The url to proxy to
|
* `Url` = The url to proxy to
|
||||||
* `SaveMapping` = Save the mapping for each request/response to the internal Mappings
|
* `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.
|
* `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.
|
* `BlackListedHeaders` = Defines a list from headers which will excluded from the saved mappings.
|
||||||
* `ClientX509Certificate2ThumbprintOrSubjectName` = The clientCertificate thumbprint or subject name fragment to use.
|
* `ClientX509Certificate2ThumbprintOrSubjectName` = The clientCertificate thumbprint or subject name fragment to use.
|
||||||
|
|||||||
Reference in New Issue
Block a user