xh
xh copied to clipboard
Friendly and fast tool for sending HTTP requests
Doing so lets us have finer control over what the final output looks like. I initially tried to use `clap_mangen` but I wasn't pleased with how the output looked. **Edit**:...
As a Gentoo user, I'd like to install it through Portage :)
1. Install xh as per instructions Expected: xh is runnable from the current terminal window and from the newly opened terminal windows. Actual: `xh` is not found when attempting to...
In anticipation of the next major version, Clap v3.2 deprecated many existing APIs. Because of that, It would be beneficial for us to update early so we can provide early...
- [x] JSON path parsing is split into tokenizing and parsing steps. - [x] SyntaxError from tokenizing a JSON path is highlighted. Resolves #259
See https://github.com/ducaale/xh/pull/217#discussion_r889678666
Consider supporting [HTTP/3](https://http3-explained.haxx.se/en/) (h3). The following projects implement h3 in Rust however Cloudflare's Quiche might be the better option as it doesn't require C projects (Mozilla's Neqo requires NSS) and...
This is how the current progress bar looks ``` ⠋ 36% [#######################>------------------------------------------] 35.74MiB 17.34MiB/s ETA 4s ``` I wonder if getting rid of `>` and replacing `-` with `.` would...
This is how HTTPie 3.1.1.dev0 handles incomplete downloads: ```sh http -d httpbin.org/gzip HTTP/1.1 200 OK Access-Control-Allow-Credentials: true Access-Control-Allow-Origin: * Content-Encoding: gzip Content-Length: 224 Content-Type: application/json Date: Sat, 14 May 2022...