httpie-cli/httpie
Jakub Roztocil 02622a4135 Added the option to print the request
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.
2012-03-14 00:44:13 +01:00
..
__init__.py Added the option to print the request 2012-03-14 00:44:13 +01:00
__main__.py Added the option to print the request 2012-03-14 00:44:13 +01:00
cli.py Added the option to print the request 2012-03-14 00:44:13 +01:00
pretty.py Added the option to print the request 2012-03-14 00:44:13 +01:00
pygson.py Added better JSON highlighting 2012-03-13 21:45:40 +01:00
solarized.py Added Solarized color scheme for Pygments by @gthank. 2012-02-26 16:22:04 +01:00