mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-21 08:59:50 +01:00
Updated Response Templating (markdown)
@@ -70,7 +70,8 @@ Besides a random text string, it's also possible to generate this random data:
|
||||
- Text Pattern: `"{{Random Type=\"TextPattern\" Pattern=\"\\xLLnn_**ss\\x\"}}"`
|
||||
- Text Lorum Ipsum: `"{{Random Type=\"TextIpsum\" Paragraphs=2}}"`
|
||||
- String List: `"{{Random Type=\"StringList\" Values=[\"a\", \"b\", \"c\"]}}"`
|
||||
- IP Address: `"{{Random Type=\"IPv4Address\"}}"`
|
||||
- IPv4 Address: `"{{Random Type=\"IPv4Address\"}}"`
|
||||
- IPv6 Address: `"{{Random Type=\"IPv6Address\" Min = "0000:0001:0000:0000:0020:ff00:0042:8000", Max = "2001:0db8:0120:0000:0030:ff00:aa42:8329"}}"`
|
||||
- MAC Address: `"{{Random Type=\"MACAddress\"}}"`
|
||||
- For more details on the supported random data types, see [RandomDataGenerator.Net](https://github.com/StefH/RandomDataGenerator);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user