httpie-cli/httpie
Jakub Roztocil b7e0473d6c Added file upload support
It is now possible to send multipart/form-data requests.

Note that the --file option used previously has been removed
because it didn't allow you specify the field name.

Example:

    http -f POST example.com field-name@/path/to/file
2012-03-14 19:14:37 +01:00
..
__init__.py Added the option to print the request 2012-03-14 00:44:13 +01:00
__main__.py Added file upload support 2012-03-14 19:14:37 +01:00
cli.py Added file upload support 2012-03-14 19:14:37 +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