Jean-Christophe Amiel

Results 360 comments of Jean-Christophe Amiel

Hi @CHPmyver Yes, it's unclear [from the doc](https://hurl.dev/docs/request.html#oneline-string-body) but [it's more complete in the grammar](https://hurl.dev/docs/grammar.html#oneline-string). - you can't write a "true" newline in a one-string - if you write \`aaa\nbbb\`,...

Hi @rosorio the issue is [libxml Rust crates](https://github.com/KWARC/rust-libxml) uses now bindgen to build a Rust binding to libxml. If you clone this crate and build it on FreeBSD/i386, you'll end...

Hi @Evergreenies, Unfortunately issues opened to contributors are tagged with ["open to contribution"](https://github.com/Orange-OpenSource/hurl/issues?q=is%3Aissue%20state%3Aopen%20label%3Aopen-to-contribution) (you can read more information in [our CONTRIBUTING guide](https://github.com/Orange-OpenSource/hurl/blob/master/CONTRIBUTING.md)). We generally don't open to contribution CI/CD issues....

Hi @AdmiralRazorbeard You can see request and response structure here: - - Basically `HTTP 200` splits request configuration and response checks: everything before configures the request, everything after configures the...

Hi @lkurcak Yes we need to take some times to settle a syntax for this (see also #2600 #872 #2212)

Hi @jwadolowski I agree it's a bit unintuitive but in the docs for asserts => > Body responses can be encoded by server (see [Content-Encoding HTTP header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding)) but asserts in...

Hi @pepa65 I don't know Linux Mint distribution but I've the impression that the packet manager is `apt`. Have you trying installing Debian based prerquisites ? From $ apt install...

I'm sorry I've zero experience with musl so consider me as a complete rookie here. Is your goal to build a static binary of Hurl, using musl? What about libcurl...

Hi @SH-apanagiotidis Instead of creating a new section, we could directly support `--digest` command line. Either using command line: ```shell $ hurl --digest --user user:password foo.hurl ``` Or using [`[Options]`](https://hurl.dev/docs/request.html#options)...

Hi @seyoatda Currently templating of a captured object is not supported, the alternative is to capture individual property and render it where you need it