mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-21 17:10:26 +01:00
Updated Response Templating (markdown)
@@ -69,7 +69,7 @@ Besides a random text string, it's also possible to generate this random data:
|
||||
- Text Words: `"{{Random Type=\"TextWords\" Min=10 Max=20}}"`
|
||||
- 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\"}}"` (**TODO** : does this work ?)
|
||||
- String List: `"{{Random Type=\"StringList\" Values=[\"a\", \"b\", \"c\"]}}"`
|
||||
- IP Address: `"{{Random Type=\"IPv4Address\"}}"`
|
||||
- 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