httpie-cli/httpie
Jakub Roztocil 67ad5980b2 Don't fetch the response body unless needed.
E.g., this will only read the response headers but won't download the
whole file:

    http GET --headers example.org/big-file.avi

The request method is respected (i.e., it doesn't switch to HEAD like
cURL does).
2012-08-01 21:31:06 +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 Revorked output 2012-07-30 10:58:16 +02:00
core.py Don't fetch the response body unless needed. 2012-08-01 21:31:06 +02:00
input.py Added tests for binary request data. 2012-08-01 00:52:30 +02:00
models.py Don't fetch the response body unless needed. 2012-08-01 21:31:06 +02:00
output.py Fallback to media subtype if the type is uknown. 2012-08-01 17:37:23 +02:00
solarized.py Updated solarized and switched to Solarized256Style. 2012-07-30 12:11:16 +02:00