mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-17 06:29:57 +02:00
Updated Mapping (markdown)
15
Mapping.md
15
Mapping.md
@@ -2,16 +2,11 @@
|
|||||||
|
|
||||||
WireMock.Net is controlled by mappings which define the **Request** and how this should be matched. And the **Response** is defined; what response should be returned.
|
WireMock.Net is controlled by mappings which define the **Request** and how this should be matched. And the **Response** is defined; what response should be returned.
|
||||||
|
|
||||||
## Mapping Definition
|
|
||||||
|
|
||||||
todo...
|
|
||||||
|
|
||||||
## Response Definition
|
|
||||||
|
|
||||||
todo...
|
|
||||||
|
|
||||||
|
|
||||||
## Adding or updating mappings
|
## Adding or updating mappings
|
||||||
|
|
||||||
Adding or updating mappings can be done via the [REST Admin interface](https://github.com/WireMock-Net/WireMock.Net/wiki/Admin-API-Reference) or hard-coded via [C# code](https://github.com/WireMock-Net/WireMock.Net/wiki/WireMock-as-a-standalone-process#option-3--coding-yourself);
|
Adding or updating mappings can be done via the
|
||||||
|
|
||||||
|
- [REST Admin interface](https://github.com/WireMock-Net/WireMock.Net/wiki/Admin-API-Reference)
|
||||||
|
-
|
||||||
|
- hard-coded via [C# code](https://github.com/WireMock-Net/WireMock.Net/wiki/WireMock-as-a-standalone-process#option-3--coding-yourself);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user