Jean-Christophe Amiel

Results 360 comments of Jean-Christophe Amiel

Thanks a lot for feedback, we'll try to improve things.

Hi @linkdd just revisiting this issue and giving it a fresh eye. The way Hurl is coded is that there will be one libcurl handle by Hurl file (~ 1...

When running Hurl with [samply](https://github.com/mstange/samply) in this configuration: Hurl file: ```hurl GET http://localhost:8080 [Options] repeat: 10000 ``` ```shell $ samply record hurl --test --repeat 10 --jobs 10 test_10000.hurl ``` We've...

Thanks for the issue @linkdd we've made small improvements to the perf stress use case. Will try to get better in the future

While multiline strings supports `escape` and `novariale` attribute now, we're going to deprecate them.

Maybe we can take some inspirations from Jetbrains HTTP client file format ["dynamic variables"](https://www.jetbrains.com/help/idea/exploring-http-syntax.html#dynamic-variables): > Dynamic variables generate a value each time you run a request. Their names start with...

Postman makes alos the distinction between "classic" variables and "dynamic variables": > Use these variables like you would any other variable in Postman. Their values are generated at the time...

We could also use "get" for some generators for instance `{{ getEnv "HOST" }}` ?