Updated Response Templating (markdown)

Stef Heyenrath
2018-11-20 14:42:31 +01:00
parent 694174f0da
commit 850f8a9ce8

@@ -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);