Jean-Christophe Amiel

Results 360 comments of Jean-Christophe Amiel

I’m not sure we’re ready to develop the feature, I prefer we discuss the potential syntaxes before. For instance, we plan to have support for « generator » in template:...

With [JetBrains HTTP client](https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html#send-messages-interactively), the WebSocket syntax is something like: ``` WEBSOCKET ws://localhost:8080/websocket Content-Type: application-json // Used for content highlighting only // Request body, for example: { "message": "First message...

Good ideas, I also like JetBrains's HTTP Client format for web socket: ``` WEBSOCKET ws://localhost:8080/websocket Content-Type: application-json // Used for content highlighting only // Request body, for example: { "message":...

1. can be tested currently with a simple `matches`, and 2. and 3. could be executed with [a `toInt` filter](https://hurl.dev/docs/filters.html#regex) provided we add a radix, as @fabricereix proposed: ```hurl GET...

Hi, I'm reproducing the same error on Archlinux, my repro step: - launch Docker image archlinux:base-devel-20240101.0.204074 - curl --version => 8.5.0 - curl -I -0 https://google.com => OK - upgrade...

Hi @m0yellow Request cancellation is out-of-scope for Hurl, we don't provide a way to have a fine grain control over request, apart configuring them. Maybe you can make a script...

@Thomasdezeeuw I completely understand that the current situation is not good _at all_! That said, I will also prefer to start with examples, instead of coding. Another thing is using...

@Thomasdezeeuw when I was speaking about example, it's mainly about what we want to see as an output!

Hi @Thomasdezeeuw We really want to specify what we want before coding. What would be expected is to work on examples. In the example I would like to see: -...

Sorry if you fell this way. We've tried to be very clear in the [CONTRIBUTION guide](https://github.com/Orange-OpenSource/hurl/discussions) that we prefer discuss first before dropping to code, precisely to avoid wasting contributors...