Fabrice Reix

Results 185 comments of Fabrice Reix

Hi @ilog2000 , Hurl can use environment variables HURL_xxx from the system. https://hurl.dev/docs/man-page.html#environment Therefore you can just put these variables in your .env file and source it before running Hurl....

Hi @nikeee, The code you show above in `request_spec.rs` is in fact not used for sending the HTTP request. It is used to output the equivalent curl command-line in verbose...

Hi @nikeee, We currently prefer to focus on the command-line usage for Hurl. We may relook at your issue and your fork later on. Thanks

@diegosouza, are you up for it?

no worries, you can work on it when you return. We also plan to add an hurl package in the debian and fedora repositories. For us, the most important right...

ok thanks, we are going to look into it.

This is a very good use case. We can't do it right now, but it would be interesting to support it.

We also plan to provide most of the curl options to Hurl. `--retry` is definitely one of them.

This one is not that easy, there are many ways to do it! One of the main objective of Hurl is to stay as simple as possible, which might not...

Hi @NateEag, Testing the response should probably fit into the Hurl Assert model (query + response). Let's have have concrete examples to discuss about it. For the following JSON response...