From 2d5c0decd4b30c75e39ea4143094dca9a013d40e Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 16 Feb 2021 07:40:35 +0100 Subject: [PATCH] Updated Mapping (markdown) --- Mapping.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/Mapping.md b/Mapping.md index 3f1169e..25678dc 100644 --- a/Mapping.md +++ b/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. -## Mapping Definition - -todo... - -## Response Definition - -todo... - - ## 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);