nojima / httpie-go

httpie-like HTTP client written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support `~/.netrc` for authenticating requests

abatilo opened this issue · comments

The original Python implementation of httpie supports reading from ~/.netrc by default. curl supports ~/.netrc with the -n flag. It'd be great if httpie-go could also support ~/.netrc