Mohamed Daahir

Results 57 issues of Mohamed Daahir

This PR adds support for outputting response's elapsed time as part of a new metadata section which can be enabled via either `--print=m`, a double invocation of the verbose flag...

See https://github.com/httpie/httpie/pull/1335

See https://github.com/httpie/httpie/issues/1004 and https://github.com/httpie/httpie/pull/1312

Most of these proposed improvements are inspired by ripgrep: - Mention that body can be piped to xh in the usage section. - Briefly mention support for config files in...

- [x] Support `=@` and `:=@` as seperators in request data. - [x] Support `==@` and `:@` for reading query string and header values from a file ([#288](https://github.com/ducaale/xh/pull/288)) - [x]...

See https://github.com/httpie/httpie/issues/78

Most rust-based CLI tools, including ripgrep, show a compact or a detailed help page depending on whether `-h` or `--help` flag has been used. Unfortunately, Httpie and, by extension, xh...

See https://github.com/httpie/httpie/issues/1100 and https://github.com/httpie/httpie/pull/1175

good first issue

This could be useful if we decide to have an online playground like [jqplay](https://jqplay.org/).

Although `build.rs` cannot import modules from `xh`, it is possible to use the `include!()` to paste the content of `src/cli.rs` into `build.rs`. See https://kbknapp.dev/shell-completions/