-
-
Notifications
You must be signed in to change notification settings - Fork 209
Mapping
Stef Heyenrath edited this page Feb 16, 2021
·
9 revisions
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.
Adding or updating mappings can be done via the
It's also possible to copy the mapping files in a folder so that these will be picked up when starting the WireMock.Net server.
Place the .json mappings files in __admin\mappings
folder.
For example, see this location.
See also the settings for more information about how to define the settings.
- Home
- What is WireMock.Net
- WireMock.Org
- References
- Settings
- Admin REST API
- Proxying
- Stubbing
- Webhook
- Request Matching
- Response Templating
- Unit Testing
- Using WireMock
- Advanced
- Errors