Hi, What are the chances to add options to pass dynamic URL, for example: ```js siege() .on(3000) .concurrent(100) .for(10000).times .get(() => `/detail?id=${Math.floor(Math.random() * 1000) + 1}`) .attack(); ``` Thanks, Aleksandar