Mohamed Daahir

Results 124 comments of Mohamed Daahir

One thing that is currently missing is docs for the nested JSON syntax. I wonder if that should have its own section or be part of `REQUEST_ITEM` 🤔. **Edit**: For...

Similar to ripgrep, should we add a dedicated section for positional arguments? ``` XH(1) User Commands XH(1) NAME xh - Friendly and fast tool for sending HTTP requests SYNOPSIS xh...

I'm not really familiar with Gentoo, but I assume an [ebuild](https://wiki.gentoo.org/wiki/Basic_guide_to_write_Gentoo_Ebuilds) for xh has to be created in either https://github.com/gentoo/gentoo or https://github.com/gentoo/guru? If you can help us add xh to...

An issue for supporting HTTP/3 in reqwest https://github.com/seanmonstar/reqwest/issues/1558

Given that the upstream issue has been closed with no action, I think we should go with @blyxxyz's solution i.e. don't set Content-Type unless there is a JSON body. >https://github.com/httpie/httpie/issues/137...

Thanks for the suggestion. Do you know of any other CLI tool that checks for updates in the background? I thought npm, github-cli and ngrok were unique cases in that...

>I'm not sure because I can't imagine how it could be 🤔 I was thinking of a tool that uses either [update-informer](https://github.com/mgrachev/update-informer) or [update-notifier](https://github.com/tarikeshaq/update-notifier) to check for updates before spawning...

I need to add tests + update the documentation for the `--verbose` flag.

It doesn't seem to be mentioned in the [docs](https://httpie.io/docs) but it is, in fact, something that [HTTPie supports](https://github.com/httpie/httpie/blob/fc45bf0fe32711cbbdda2eb5f71ef7cd25b08312/httpie/cli/definition.py#L686). The library we use for parsing command-line arguments supports [falling back to...

So this means we can no longer use the nice API that structopt offers. If that is the case, we should manually check for those env variables inside the `from_iter_safe()`...