Commit 8cd2bd1
committed
refactor(http): switch from httpie to xh
httpie's upstream development has slowed; xh is a Rust drop-in with
faster startup and fewer dependencies. xh defaults to https when the
URL has no scheme, so the prior `https` alias is no longer needed.
- Add xh to mise tools.
- Drop the httpie `https` alias.1 parent 7e14842 commit 8cd2bd1
2 files changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments