c301305a59
Cleanup.
2014-10-20 14:41:48 +02:00
2078ece95a
Cleanup
2014-10-20 14:41:48 +02:00
43f7b84a1e
Merge pull request #260 from brakhane/master
...
Fallback to JSON highlighting if subtype contains json
2014-09-25 06:27:17 +02:00
f1cd289d51
Fallback to JSON highlighting if subtype contains json
...
Some JSON based formats like JSON Home Documents[1] don't
use a '+json' suffix, but simply contain json in their
MIME type. Also, some servers might use (outdated)
types like 'application/x-json'.
The JSON formatter can already handle those cases,
but the highlighter was ignoring them.
This commit will let the highlighter choose the JSON
lexer if no other lexer could be found and the MIME subtype
contains 'json'
[1] http://tools.ietf.org/html/draft-nottingham-json-home-03
2014-09-25 00:10:06 +02:00
24f46ff3ef
Changelog
2014-09-08 07:50:41 +02:00
afe521ef73
Merge remote-tracking branch 'origin/master'
2014-09-08 07:47:55 +02:00
58b51a8277
Improved terminal color depth detection via curses
...
Closes #244
2014-09-08 07:46:53 +02:00
6aa711c69f
Removed pytest-xdist
...
The test suite is much less IO-bound now with the local httpbin
instance (via pytest-httpbin). Therefore, paralelization is not
as helpful.
2014-09-08 07:44:25 +02:00
d2d1023921
Merge pull request #249 from frewsxcv/patch-1
...
Enable testing on PyPy 3
2014-09-07 10:45:29 +02:00
b0effe07d9
Fixed --output=/dev/null on Linux
...
Closes #252
2014-09-07 10:22:21 +02:00
af873effb6
Changelog typo.
2014-09-05 18:40:28 +02:00
5084f18568
'\' only escapes separator characters in req-items
...
It makes easier to work with Windows paths.
Closes #253 , #254
2014-09-05 18:36:23 +02:00
1035710956
Added RequestItems named tuple for convenience.
2014-09-05 07:51:35 +02:00
5d2b3f5552
Enable testing on PyPy 3
2014-08-15 00:03:27 -07:00
ca36f1de04
Handle empty passwords in URL credentials
...
Closes #242
2014-07-18 13:39:47 +02:00
0f96348fd1
Cleanup
2014-07-18 13:39:47 +02:00
2fd84ec1da
Merge pull request #241 from ametaireau/patch-1
...
Add the hawk auth plugin
2014-07-17 07:58:08 +02:00
e3c83fca6f
Add the hawk plugin
2014-07-17 00:48:56 +02:00
529f3bd9b6
Fixed python setup.py test
2014-06-28 19:52:10 +02:00
2a72ae23d5
Run tests against local httpbin instance via pytest-httpbin.
2014-06-28 16:38:41 +02:00
79329ed1c6
Mention "brew install httpie --HEAD".
2014-06-28 13:26:48 +02:00
040d981f00
Fixed custom Host
...
Closes #235
2014-06-28 13:24:14 +02:00
8c892edd4f
PEP8
2014-06-28 13:09:04 +02:00
a02a1eb562
Fixed README formatting
2014-06-24 17:27:01 +02:00
5e556612d9
Added $ brew install httpie
to README
...
https://twitter.com/jakubroztocil/status/481453834024550400
Thanks @insomniacslk!
2014-06-24 17:25:29 +02:00
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
541c75ed5c
Fixed the order of args to grep in README.
2014-06-15 08:14:37 -06:00
8e170b059c
Fixed tests.
2014-06-03 19:45:57 +02:00
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
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
77955c9837
Fixed --timeout
...
* Require requests >= 2.3.0
* Updated test_timeout_exit_status
Close #185 .
2014-05-17 22:33:16 +02:00
4449da456a
Merge pull request #220 from frewsxcv/patch-1
...
Add supported, relevant Python version classifers
2014-05-14 14:24:30 +02:00
f9b5b3a65d
Added OSX to Travis CI config.
2014-05-14 14:00:26 +02:00
10f7fc163b
Add supported, relevant Python version classifers
2014-05-12 17:36:09 -07:00
5743363ac9
Merge branch 'master' of github.com:jkbr/httpie
2014-05-12 19:16:15 +02:00
7036ec69ff
Enable testing on Python 3.4
2014-05-12 19:16:04 +02:00
02c66e14df
Update CONTRIBUTING.rst
2014-05-12 19:16:04 +02:00
ea8132b3d6
Update CONTRIBUTING.rst
2014-05-12 19:16:04 +02:00
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
9c2207844e
Merge pull request #219 from frewsxcv/patch-1
...
Enable testing on Python 3.4
2014-05-12 08:02:17 +02:00
b51775bb06
Enable testing on Python 3.4
2014-05-11 20:09:47 -07:00
f26272f83f
Update CONTRIBUTING.rst
2014-05-09 12:48:34 +01:00
81518f9315
Update CONTRIBUTING.rst
2014-05-09 12:46:33 +01:00
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
3e1b62fb20
Fixed .rst syntax.
2014-05-05 21:17:41 +02:00
d9eca19b8f
New URL.
2014-05-05 21:17:23 +02:00
5a989b6075
Fixed Makefile, added setup.cfg.
2014-04-28 13:27:02 +02:00
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
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
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