httpie-cli/httpie
Jakub Roztocil 098e1d3100 Fixed multipart requests output; binary support.
* Bodies of multipart requests are correctly printed (closes #30).
* Binary requests and responses should always work (they are also suppressed
  for terminal output). So things like this work::

     http www.google.com/favicon.ico > favicon.ico
2012-07-28 05:50:12 +02:00
..
__init__.py Default to https:// if invoked as `https'. 2012-07-27 18:08:33 +02:00
__main__.py Added docstrings, refactored input. 2012-07-26 07:23:00 +02:00
cli.py Fixed multipart requests output; binary support. 2012-07-28 05:50:12 +02:00
core.py Fixed multipart requests output; binary support. 2012-07-28 05:50:12 +02:00
input.py Fixed multipart requests output; binary support. 2012-07-28 05:50:12 +02:00
models.py Fixed multipart requests output; binary support. 2012-07-28 05:50:12 +02:00
output.py Fixed multipart requests output; binary support. 2012-07-28 05:50:12 +02:00
solarized.py PEP-8 2012-04-28 14:18:59 +02:00