From 82275fc08801f94e2227595915c8e2d4d5b32c47 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sat, 15 Dec 2018 09:27:24 +0100 Subject: [PATCH] Created Mapping (markdown) --- Mapping.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Mapping.md diff --git a/Mapping.md b/Mapping.md new file mode 100644 index 0000000..1957200 --- /dev/null +++ b/Mapping.md @@ -0,0 +1,10 @@ +# Mapping + +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 + +# 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); +