cli
cli copied to clipboard
wip implementation of --base-url argument
Addresses httpie/httpie#838
Doesn't have tests yet, nor has anyone else weighed in on approach, naming, etc. But it's simple and is working well for me, so I figured I'd share in case others want to help out with the remaining boring bits! 😄
I'm using locally by uninstalling my default (Homebrew) httpie installation, and re-installing this version via:
$ pipx install git+https://github.com/vergenzt/httpie.git@issue-838-add-base-url
Having a --base-url option would be great.
Rebased against the latest master ✅