.netrc support for arbitrary headers
Author: sansolovyovCreated Mar 30, 2025Updated Jun 3, 2026
I frequently encounter apis that want something like `X-Token: <token>` or `Authorization: <token>` (with no prefix) - would be nice to be able to tell `xh` to take password as token from `.netrc`. Not sure how would that look like syntactically. :)
Source: ducaale/xh