httpie-go icon indicating copy to clipboard operation
httpie-go copied to clipboard

httpie-like HTTP client written in Go

Results 7 httpie-go issues
Sort by recently updated
recently updated
newest added

The prebuilt binaries provided on release page only support amd64 architecture, how about building this tool for arm64 platforms as well on Linux and MacOS? Is it possible with CircleCI?

httpie-go skips everything in the middle and shows the final result. HTTPie shows all the redirects and their related headers or bodies (respective of params). ### HTTPie-go ```shell ➜ auth...

The original Python implementation of [httpie](https://github.com/httpie/httpie/issues/139#issuecomment-16180430) supports reading from `~/.netrc` by default. `curl` supports `~/.netrc` with the `-n` flag. It'd be great if `httpie-go` could also support `~/.netrc`

In httppie version 0.9.8 the output option works like so: ``` --output FILE, -o FILE Save output to FILE instead of stdout. If --download is also set, then only the...

was using the python `httpie` for debugging, but its shortcoming was HTTP1 only, tried to install some `httpie-http2` plugin solution, but none of those works: For uninstallations, please use either...

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20200302210943-78000ba7a073 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20200302210943-78000ba7a073&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

It appears that the current released version of httpie-go (0.7.0) lacks digest and bearer authentication support. My question is should these methods be supported as well?