httpie-cli/httpie
Jason Dusek 5a037b2e13 Expunge user:pass@... from Host header.
In verbose mode, the basic auth user and password would show up in colored
output reporting the Host header, as reported in
https://github.com/jkbr/httpie/issues/169
2014-01-06 19:12:33 +00:00
..
plugins Added support for auth plugins. 2013-09-21 23:46:15 +02:00
__init__.py Allow embeding text (=@) and JSON (:=@) files content into request data fields. 2013-09-24 23:41:18 +02:00
__main__.py Added docstrings, refactored input. 2012-07-26 07:23:00 +02:00
cli.py add self to authors, update changelog, and mention shorthand in --help output 2013-10-09 13:21:14 -07:00
client.py Removed unused import. 2013-09-24 20:30:54 +02:00
compat.py Cleanup 2013-08-18 00:59:10 +02:00
config.py Added anonymous sessions (--session=/file/path.json). 2013-05-13 14:47:44 +02:00
core.py Added support for auth plugins. 2013-09-21 23:46:15 +02:00
downloads.py Improved Content-Disposition parsing for --download mode 2013-09-24 19:50:37 +02:00
input.py make shorthand parsing more robust, add unit tests and documentation 2013-10-09 11:32:41 -07:00
models.py Expunge user:pass@... from Host header. 2014-01-06 19:12:33 +00:00
output.py Added XML formatting to CHANGELOG. 2013-06-02 20:27:58 +02:00
sessions.py Added support for auth plugins. 2013-09-21 23:46:15 +02:00
solarized.py Updated solarized and switched to Solarized256Style. 2012-07-30 12:11:16 +02:00
utils.py Tests 2013-04-15 00:56:47 -03:00