mirror of
https://github.com/httpie/cli.git
synced 2024-11-22 15:53:13 +01:00
02622a4135
It is now possible to print any combination of the following request-response bits: - Request headers (H) - Request body (B) - Response headers (h) - Response body (b) The output is controlled by the --print / -p option which defaults to "hb" (i.e., response headers and response body). Note that -p was previously shortcut for --prety. Closes #29. |
||
---|---|---|
.. | ||
__init__.py | ||
__main__.py | ||
cli.py | ||
pretty.py | ||
pygson.py | ||
solarized.py |