Improved .netrc example formatting.

This commit is contained in:
Jakub Roztocil 2013-09-22 15:19:59 +02:00
parent 5a6b65ecc6
commit 2ad4059f92

View File

@ -509,6 +509,7 @@ Authorization information from your ``.netrc`` file is honored as well:
machine httpbin.org
login httpie
password test
$ http httpbin.org/basic-auth/httpie/test
HTTP/1.1 200 OK
[...]