1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-08 02:32:50 +02:00

Commit Graph

  • 0d129d5f69 Add tox.ini for tox (http://tox.testrun.org/) Marc Abramowitz 2012-06-04 17:05:59 -07:00
  • 1388206f1a Fix path to tests.py in setup.py to make python setup.py test work Marc Abramowitz 2012-06-04 15:57:30 -07:00
  • 28dbe9f76c Bump version to 0.2.2dev. Jakub Roztocil 2012-06-13 16:02:30 +02:00
  • a0700c41ad 0.2.1 0.2.1 Jakub Roztocil 2012-06-13 16:01:23 +02:00
  • e175fe9d0e Ensured a new line after the request message in the output. Jakub Roztocil 2012-06-13 15:32:02 +02:00
  • d544ec3823 Made --verbose work also with requests<0.12.1. Jakub Roztocil 2012-06-13 15:25:05 +02:00
  • 6cf2910de0 Version bump to 0.2.1dev. Jakub Roztocil 2012-06-13 15:24:48 +02:00
  • f64eb09571 Merge pull request #50 from dair-targ/master Jakub Roztocil 2012-06-13 06:14:12 -07:00
  • 126130455e Merge pull request #45 from gandaro/pygments-lexers Jakub Roztocil 2012-06-13 06:09:11 -07:00
  • 70b3658004 --verbose flag was not working. Here is bugfix. Vladimir Berkutov 2012-06-02 23:09:43 +04:00
  • d89eeb0796 PEP-8 Jakob Kramer 2012-04-28 14:18:59 +02:00
  • bced559496 use PrettyHttp class; working --headers and --body Jakob Kramer 2012-04-28 14:13:40 +02:00
  • 4aa86cb438 Use the full capability of HttpLexer Jakob Kramer 2012-04-26 14:48:38 +02:00
  • 2d7f2c65a2 Use the Pygments HTTP and JSON lexers Jakob Kramer 2012-04-26 13:05:59 +02:00
  • 3d11042772 Fixed classifiers in setup.py. 0.2.0 Jakub Roztocil 2012-04-25 02:16:10 +02:00
  • b8cc7c205c Updated README. Jakub Roztocil 2012-04-25 02:13:39 +02:00
  • 3a96706e18 0.2.0 Jakub Roztocil 2012-04-25 02:11:19 +02:00
  • 7910269996 Updated README and docs. Jakub Roztocil 2012-04-25 02:10:58 +02:00
  • c5b1aaaa28 Major clean-up and refactoring. Jakub Roztocil 2012-04-25 01:32:53 +02:00
  • 67d6426360 Fixed several unicode-related issues Jakub Roztocil 2012-04-25 00:08:40 +02:00
  • 29e594daaf Merge pull request #44 from jakebasile/master Jakub Roztocil 2012-04-24 07:25:17 -07:00
  • 90af1f7422 Fixed escaping for long separators. Jake Basile 2012-04-18 18:18:00 -05:00
  • 16df8848e8 Removed accidentally included old funky code. Jake Basile 2012-04-16 20:47:13 -05:00
  • c29981c633 Added ability to escape parameters... except for the := ones. Jake Basile 2012-04-16 20:28:08 -05:00
  • 6db93b25d8 Merge pull request #43 from jakebasile/master Jakub Roztocil 2012-04-14 14:21:08 -07:00
  • 45ce446017 -j/--json now adds "Accept": "application/json" to GET requests if no previous Accept header exists. Jake Basile 2012-04-14 14:13:53 -05:00
  • 4da3821bc4 Lowered the minimum version of requests required Jakub Roztocil 2012-04-11 22:21:11 +02:00
  • 0c4c6c4753 Added --auth-type and tests for basic/digest auth. Jakub Roztocil 2012-04-11 13:47:47 +02:00
  • ee598d304d Merge branch 'digest-auth' of https://github.com/dshafik/httpie into dshafik-digest-auth Jakub Roztocil 2012-04-11 13:16:26 +02:00
  • c6c1489212 Refactored @mmb's fix to --verify; updated docs. Jakub Roztocil 2012-04-11 12:44:02 +02:00
  • 71d21d1feb make --verify no command line argument work Matthew M. Boedicker 2012-04-05 12:55:05 -04:00
  • 153663cb92 Add support for Digest authentication Davey Shafik 2012-03-22 10:40:03 -04:00
  • 1c5fd18465 Python 3 fixes (travis config). Jakub Roztocil 2012-03-15 00:31:12 +01:00
  • ab23037582 Python 3 fixes. Jakub Roztocil 2012-03-15 00:28:15 +01:00
  • 3dbb61a8ca Added argparse for Python 3.1. Jakub Roztocil 2012-03-15 00:22:29 +01:00
  • 51aa0409e6 Added Python 3 support Jakub Roztocil 2012-03-15 00:11:49 +01:00
  • 1f49900db6 Improved README. Jakub Roztocil 2012-03-14 22:55:09 +01:00
  • e2e749b2a6 Improved request formatting. Jakub Roztocil 2012-03-14 19:30:58 +01:00
  • ccbea8c96e Assume "/" as the Request-URI for printing when none present. Jakub Roztocil 2012-03-14 19:30:12 +01:00
  • 6a1f0248e1 Fixed tests. Jakub Roztocil 2012-03-14 19:21:47 +01:00
  • b7e0473d6c Added file upload support Jakub Roztocil 2012-03-14 12:17:39 +01:00
  • 578acacdf3 Added a --verbose / -v flag Jakub Roztocil 2012-03-14 11:14:28 +01:00
  • ed888a2657 Made sure request Host is correct when printing. Jakub Roztocil 2012-03-14 01:10:28 +01:00
  • 5e19e1b95d Added a "New in development version" link. Jakub Roztocil 2012-03-14 00:58:05 +01:00
  • 02622a4135 Added the option to print the request Jakub Roztocil 2012-03-14 00:05:44 +01:00
  • 31c28807c9 Added better JSON highlighting Jakub Roztocil 2012-03-13 21:42:18 +01:00
  • 78e20c6e85 Merge remote-tracking branch 'upstream/master' Praful Mathur 2012-03-13 11:00:56 -04:00
  • 20408e12e9 Added BSD license text Jakub Roztocil 2012-03-09 14:18:00 +01:00
  • 3c8af4c170 Added BSD license text Jakub Roztocil 2012-03-09 14:18:00 +01:00
  • c9eb2255f6 Added proper JSON highlighting Praful Mathur 2012-03-05 12:58:21 -05:00
  • 028d16d0ff Merge pull request #24 from faulkner/fix-packaging Jakub Roztocil 2012-03-05 00:04:53 -08:00
  • f5d4addab2 Update references to moved README. Chris Faulkner 2012-03-04 22:26:23 -08:00
  • ccb2aaf94f Update README.rst Jakub Roztocil 2012-03-05 02:54:34 +01:00
  • 8cff0a3e67 Updated README. Jakub Roztocil 2012-03-05 00:48:06 +01:00
  • ce952c9e90 Added support for more 256 color terminals. Jakub Roztocil 2012-03-04 16:40:02 +01:00
  • e83e601f7c Added a link to contributors on GitHub to README. Jakub Roztocil 2012-03-04 16:39:57 +01:00
  • f995c61892 Merge pull request #21 from laurentb/packaging Jakub Roztocil 2012-03-04 07:35:24 -08:00
  • 71771dc4a6 One argument per line Laurent Bachelier 2012-03-04 16:28:03 +01:00
  • 1517f3d149 Include README.md in the source tarball Laurent Bachelier 2012-03-04 16:26:43 +01:00
  • d9abf7d31c Updated screenshot. Jakub Roztocil 2012-03-04 15:37:04 +01:00
  • c446d756ab Fixed IOError in setup.py. 0.1.6 Jakub Roztočil 2012-03-04 13:46:41 +01:00
  • 7ca6191902 v0.1.5 0.1.5 Jakub Roztočil 2012-03-04 13:33:18 +01:00
  • ebb271334b Corrected line breaks in the output. Jakub Roztočil 2012-03-04 13:03:21 +01:00
  • bd9209f77a Fixed --pretty tests. Jakub Roztočil 2012-03-04 12:23:11 +01:00
  • 7d629b4d94 Fixed tests II. Jakub Roztočil 2012-03-04 12:02:30 +01:00
  • a44ef6c443 Fixed tests. Jakub Roztočil 2012-03-04 11:58:23 +01:00
  • f4dde9d9b3 Updated travis config. Jakub Roztočil 2012-03-04 11:54:27 +01:00
  • 6d14097844 Added travis-ci configuration. Jakub Roztočil 2012-03-04 11:29:55 +01:00
  • 8a4f501706 Fixed tests for Python 2.6. Jakub Roztočil 2012-03-04 11:22:21 +01:00
  • 6774998012 Updated README. Jakub Roztočil 2012-03-04 11:22:09 +01:00
  • 2195280a70 Added argument parsing tests. Jakub Roztočil 2012-03-04 10:50:23 +01:00
  • f5d5ec22af Added --version. Jakub Roztočil 2012-03-04 10:49:37 +01:00
  • b728710760 Factored out CLI parsing. Jakub Roztočil 2012-03-04 10:48:30 +01:00
  • 715e1b1047 Improved setup.py Jakub Roztočil 2012-03-04 03:36:17 +01:00
  • ca8779d879 Merge branch 'main-module-convention' of https://github.com/gandaro/httpie into gandaro-main-module-convention Jakub Roztočil 2012-03-04 03:13:50 +01:00
  • 5ff43b659f Fixed README. Jakub Roztočil 2012-03-04 02:48:31 +01:00
  • b802f2b960 Added field-name:=raw-json Closes #14 Jakub Roztočil 2012-03-04 02:26:41 +01:00
  • 73d0f9cd56 Updated readme (--flags). Jakub Roztočil 2012-03-04 01:59:00 +01:00
  • 00312ead28 Refactored --pretty and added tests. #16 Jakub Roztočil 2012-03-04 01:36:39 +01:00
  • d02ac54130 Merge pull request #16 from tictactix/master Jakub Roztocil 2012-03-03 16:17:41 -08:00
  • 81568cf91c Merge pull request #19 from faulkner/fix-readme Jakub Roztocil 2012-03-03 15:37:02 -08:00
  • 6df9ff67eb Merge pull request #17 from faulkner/fix-redirects Jakub Roztocil 2012-03-03 15:36:43 -08:00
  • 5d3176115a Correct usage string in README. Chris Faulkner 2012-03-03 14:12:49 -08:00
  • 81798ad537 Typo. Chris Faulkner 2012-03-03 14:09:13 -08:00
  • dd8faecbf7 Pass allow_redirects to request so --allow-redirects works. Chris Faulkner 2012-03-03 11:54:53 -08:00
  • 58f74fe14a Force pretty printing (ignore last commit; stupid undo mistake) Praful Mathur 2012-03-02 17:00:20 -05:00
  • 84a0d4a35d Added forcing pretty printing for piping purposes. Praful Mathur 2012-03-02 16:54:18 -05:00
  • d670513c9f use the __main__ submodule convention to make it possible to use python -m httpie Jakob Kramer 2012-03-02 18:35:33 +01:00
  • 860a851a4b Fixed a missing line between headers and body. Jakub Roztočil 2012-03-02 09:02:50 +01:00
  • 9634dca7d8 Fixed a UnicodeError in Python 2.6. Jakub Roztočil 2012-03-02 02:36:21 +01:00
  • bb653bf1a9 Added first tests. Jakub Roztočil 2012-03-02 01:40:40 +01:00
  • 94c605fac1 Added --style Closes #6. Thanks, @iromli. Jakub Roztočil 2012-03-02 01:39:22 +01:00
  • 3442a5d037 Made argparse required only for Python < 2.7. Jakub Roztočil 2012-03-01 23:21:34 +01:00
  • 5cd40916fe Merge pull request #12 from tomekwojcik/master Jakub Roztocil 2012-03-01 14:18:36 -08:00
  • ed3a491c81 Merge pull request #10 from marblar/osx Jakub Roztocil 2012-03-01 14:11:11 -08:00
  • d768959084 * Added argparse to install_requires. Tomek Wójcik 2012-03-01 09:02:48 +01:00
  • f934f4345e Support for terminals not using 256 color Mark Larus 2012-02-29 15:21:43 -05:00
  • b752b59d92 remove unnecessary partial call Isman Firmansyah 2012-02-29 21:35:20 +07:00
  • 553941c98d added support to use other pygments styles, falback to solarized Isman Firmansyah 2012-02-29 02:06:36 +07:00
  • 1a88ae647e 0.1.4 0.1.4 Jakub Roztočil 2012-02-28 18:09:05 +01:00