1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-26 20:02:11 +02:00
Commit Graph

565 Commits

Author SHA1 Message Date
Jakub Roztocil 0f96348fd1 Cleanup 2014-07-18 13:39:47 +02:00
Jakub Roztočil 2fd84ec1da Merge pull request #241 from ametaireau/patch-1
Add the hawk auth plugin
2014-07-17 07:58:08 +02:00
Alexis Metaireau e3c83fca6f Add the hawk plugin 2014-07-17 00:48:56 +02:00
Jakub Roztocil 529f3bd9b6 Fixed python setup.py test 2014-06-28 19:52:10 +02:00
Jakub Roztocil 2a72ae23d5 Run tests against local httpbin instance via pytest-httpbin. 2014-06-28 16:38:41 +02:00
Jakub Roztocil 79329ed1c6 Mention "brew install httpie --HEAD". 2014-06-28 13:26:48 +02:00
Jakub Roztocil 040d981f00 Fixed custom Host
Closes #235
2014-06-28 13:24:14 +02:00
Jakub Roztocil 8c892edd4f PEP8 2014-06-28 13:09:04 +02:00
Jakub Roztočil a02a1eb562 Fixed README formatting 2014-06-24 17:27:01 +02:00
Jakub Roztočil 5e556612d9 Added $ brew install httpie to README
https://twitter.com/jakubroztocil/status/481453834024550400

Thanks @insomniacslk!
2014-06-24 17:25:29 +02:00
Jakub Roztočil f5904d92c3 Merge pull request #225 from rockymeza/docs_grep_fix
Fixed the order of args to grep in README.
2014-06-15 16:35:19 +02:00
Rocky Meza 541c75ed5c Fixed the order of args to grep in README. 2014-06-15 08:14:37 -06:00
Jakub Roztocil 8e170b059c Fixed tests. 2014-06-03 19:45:57 +02:00
Jakub Roztočil b44bc0928f Merge pull request #222 from felixbuenemann/patch-1
Add info about SNI on Python 2.x to README
2014-05-26 15:37:11 +02:00
Felix Bünemann f283de6968 Add info about SNI on Python 2.x to README
This updates the HTTPS section of the README with instructions on how to get SNI working on Python 2.x.
2014-05-26 15:31:16 +02:00
Jakub Roztocil 77955c9837 Fixed --timeout
* Require requests >= 2.3.0
* Updated test_timeout_exit_status

Close #185.
2014-05-17 22:33:16 +02:00
Jakub Roztočil 4449da456a Merge pull request #220 from frewsxcv/patch-1
Add supported, relevant Python version classifers
2014-05-14 14:24:30 +02:00
Jakub Roztocil f9b5b3a65d Added OSX to Travis CI config. 2014-05-14 14:00:26 +02:00
Corey Farwell 10f7fc163b Add supported, relevant Python version classifers 2014-05-12 17:36:09 -07:00
Jakub Roztocil 5743363ac9 Merge branch 'master' of github.com:jkbr/httpie 2014-05-12 19:16:15 +02:00
Corey Farwell 7036ec69ff Enable testing on Python 3.4 2014-05-12 19:16:04 +02:00
Jakub Roztočil 02c66e14df Update CONTRIBUTING.rst 2014-05-12 19:16:04 +02:00
Jakub Roztočil ea8132b3d6 Update CONTRIBUTING.rst 2014-05-12 19:16:04 +02:00
Jakub Roztocil e4c68063b9 Converted built-in formatters to formatter plugins.
Still work in progress and the API should be considered private for now.
2014-05-12 19:12:39 +02:00
Jakub Roztočil 9c2207844e Merge pull request #219 from frewsxcv/patch-1
Enable testing on Python 3.4
2014-05-12 08:02:17 +02:00
Corey Farwell b51775bb06 Enable testing on Python 3.4 2014-05-11 20:09:47 -07:00
Jakub Roztočil f26272f83f Update CONTRIBUTING.rst 2014-05-09 12:48:34 +01:00
Jakub Roztočil 81518f9315 Update CONTRIBUTING.rst 2014-05-09 12:46:33 +01:00
Jakub Roztocil 858555abb5 Make sure session and default headers play nice
Before: headers = default + args + session
Now:    headers = default + session + args

Fixes #180
2014-05-08 12:27:50 +01:00
Jakub Roztocil 3e1b62fb20 Fixed .rst syntax. 2014-05-05 21:17:41 +02:00
Jakub Roztocil d9eca19b8f New URL. 2014-05-05 21:17:23 +02:00
Jakub Roztocil 5a989b6075 Fixed Makefile, added setup.cfg. 2014-04-28 13:27:02 +02:00
Jakub Roztocil 29a564ef56 Added wheel support
Should make installation via pip work on OSX Mavericks (#148).

Also added a nifty Makefile.
2014-04-28 13:25:47 +02:00
Jakub Roztocil 2aa53e4be3 Avoid ā€œ__init__.pyā€ files in test directories.
As recommended here:

	https://pytest.org/latest/goodpractises.html
2014-04-28 11:29:41 +02:00
Jakub Roztocil faec00fd99 Improve support for 'type/subtype+suffix' mime types in the colors output formatter.
E.g.:
* application/ld+json
* application/hal+json

Closes #189, #206
2014-04-28 10:08:03 +02:00
Jakub Roztocil 76ab8b84be Cleanup 2014-04-28 10:01:56 +02:00
Jakub Roztocil 14763e619d Travis coveralls. 2014-04-28 01:05:03 +02:00
Jakub Roztocil 0e6875bf83 Handle HTTP 0.9 in response when formatting version.
Closes #170
2014-04-28 00:08:20 +02:00
Jakub Roztocil bd50a6adb1 Moved .directory from BaseConfigDict to Config.
Closes #200
2014-04-27 23:12:48 +02:00
Jakub Roztocil f67a11c165 Debug appveyor 2014-04-27 22:20:23 +02:00
Jakub Roztocil 64b9a86c52 Debug appveyor 2014-04-27 22:15:21 +02:00
Jakub Roztocil c8ae697eec Python 3.4 @ appveyor. 2014-04-27 22:14:11 +02:00
Jakub Roztocil 82e16c4f27 Debug appveyor 2014-04-27 22:10:24 +02:00
Jakub Roztocil 05db75bdb1 Modularized output, refactoring
Making it ready for output formatting plugin API.
2014-04-27 21:58:00 +02:00
Jakub Roztocil c06598a0c4 Cleanup 2014-04-27 18:27:44 +02:00
Jakub Roztocil 18f3700b77 Fix appveyor.yml V. 2014-04-27 17:54:30 +02:00
Jakub Roztocil d05063f019 Fix appveyor.yml IV. 2014-04-27 17:52:04 +02:00
Jakub Roztocil 7c3f8c021e Fix appveyor.yml III. 2014-04-27 17:50:54 +02:00
Jakub Roztocil a95d8bb42d Fix appveyor.yml 2014-04-27 17:46:19 +02:00
Jakub Roztocil 411822d3b2 Fix appveyor.yml 2014-04-27 17:45:23 +02:00