Render synthetic data
Hoverfly supports over Faker functions as well as a number of simple data generation functions.
FAKER:
Hoverfly supports over 200 Faker functions. You can see the full list here
Hoverfly also supports a number of other simple random data generator functions:
A random string |
| hGfclKjnmwcCds |
A random string with a specified length |
| KC |
A random boolean |
| true |
A random integer |
| 42 |
A random integer within a range |
| 7 |
A random float |
| 42 |
A random float within a range |
| 7.4563213423 |
A random email address |
| BenClark@photolist.com |
A random IPv4 address |
| 224.36.27.8 |
A random IPv6 address |
| 41d7:daa0:6e97:6fce:411e:681:f86f:e557 |
A random UUID |
|
Last updated