Jakub Roztocil
6de2d6c2cb
Docs
2016-12-07 06:20:01 +01:00
Jakub Roztocil
b9b033ed0c
Docs
2016-12-07 06:00:51 +01:00
Jakub Roztocil
64d6363565
Docs
2016-12-07 05:59:27 +01:00
Jakub Roztocil
923b7acbe6
Docs
2016-12-07 05:56:53 +01:00
Ryan Lee
4fef4b9a75
Update README.rst
...
Change "you shell" to "your shell"
2016-10-28 12:02:21 +08:00
Jakub Roztocil
64f6f69037
Add Twitter link
2016-09-17 15:58:05 +02:00
Jakub Roztocil
497a91711a
README
2016-09-12 09:13:37 +02:00
Jakub Roztocil
f515ef72d0
README
2016-09-12 09:12:07 +02:00
Jakub Roztocil
22a2fddc79
README
2016-09-12 08:59:55 +02:00
Jakub Roztocil
1847eaa299
Updated config docs
2016-09-11 18:48:56 +02:00
Jakub Roztocil
e387c1d43e
Updated config docs
2016-09-11 18:46:33 +02:00
Jakub Roztocil
fc6d89913f
README
2016-09-11 11:39:03 +02:00
Jakub Roztocil
d584686744
README
2016-09-11 01:16:07 +02:00
Josh Ellithorpe
c4b309164f
Updated README.rst to add Arch Linux install docs.
2016-08-13 19:08:37 -07:00
Jakub Roztocil
6238b59e72
Fix formatting
2016-07-08 15:05:43 +02:00
Jakub Roztocil
702c21aa91
Added related projects
2016-07-08 15:03:48 +02:00
Jakub Roztocil
8c0f0b578c
Clean-up
2016-07-02 18:44:02 +02:00
Jakub Roztocil
bb4881a873
Fixed README
2016-07-02 18:30:04 +02:00
Jakub Roztocil
3a1726b4ed
Fixed README
2016-07-02 15:04:19 +02:00
Jakub Roztocil
bfc64bce21
Upgrade requests to 2.10.0 to enable optional SOCKS support
...
Closes #86
2016-07-02 14:58:34 +02:00
Jakub Roztocil
49a0fb6e0f
More liberal default JSON Accept header
...
Closes #470
2016-07-02 14:18:36 +02:00
Jakub Roztocil
41e822ca2f
Clean-up
2016-07-02 12:51:35 +02:00
Jakub Roztocil
1124d68946
Added --default-scheme <URL_SCHEME>
...
Closes #289
2016-07-02 12:47:02 +02:00
Jakub Roztocil
5acbc904b7
Added the ability to unset headers
...
Closes #476
2016-07-02 11:50:30 +02:00
Jakub Roztocil
caf60cbc65
Typos
2016-07-02 11:11:06 +02:00
Jakub Roztocil
2b0e642842
Document preference for Python 3
...
Also mention that the Homebrew formula depends on Python 3 starting with HTTPie 0.9.4.
2016-07-02 11:07:46 +02:00
Jakub Roztocil
098257c0be
Rename --print-others to --history-print.
2016-07-01 18:49:27 +02:00
Kyle Mathews
eba6b63c55
Remove extra backtick.
2016-04-18 15:11:04 -07:00
Jakub Roztocil
33eb9acd92
Updated README
2016-03-18 09:20:19 +08:00
Jakub Roztocil
001bda1945
README
2016-03-17 15:00:50 +08:00
Jakub Roztocil
7c68d87c10
README
2016-03-10 14:27:33 +08:00
Jakub Roztocil
8881ebf033
Changed the version icon label to include to word "stable"
2016-03-09 13:49:00 +08:00
Jakub Roztocil
7ce6eb148e
Typo
2016-03-07 07:09:58 +08:00
Jakub Roztocil
6e1dbadff9
Replace --show-redirects with --all and add --print-others, -P
...
With --all, any intermediary requests/responses are shown (such as redirects
or the initial unauthorized Digest auth request).
The --print-others, -P option works like --print, -p, but only applies to
intermediary requests/responses. The default behaviour is to inherit
the value of -p.
2016-03-07 07:04:23 +08:00
Jakub Roztocil
6731cb881a
README
2016-03-03 17:26:47 +08:00
Jakub Roztocil
f7d1b739e2
README
2016-03-03 17:24:46 +08:00
Jakub Roztocil
2d9414d34c
Fixed README
2016-03-03 17:21:51 +08:00
Jakub Roztocil
20823c1702
Removed the "implicit_content_type" config option
...
If you used:
"implicit_content_type": "form"
You can achieve the the same result with:
"default_options": ["--form"]
If you used:
"implicit_content_type": "json"
Then it's the default behaviour and it can be removed.
In either case HTTPie will migrate your config file on the next invocation.
2016-03-03 17:14:39 +08:00
Jakub Roztocil
13a979ad11
Cleanup
2016-03-02 14:20:35 +08:00
Jakub Roztocil
dc4da527db
Added --ssl=<PROTOCOL_VERSION>
...
Closes #98
2016-03-02 12:12:05 +08:00
Jakub Roztocil
d4067fcb6d
Added a short timeout for test requests
2016-03-02 00:31:00 +08:00
Jakub Roztocil
20f01709ea
Mention URL escaping
...
Closes #311
2016-03-01 23:48:13 +08:00
Jakub Roztocil
e83e554ffb
README
2016-03-01 16:50:30 +08:00
Jakub Roztocil
f96f0ef9ed
JSON detection improvements
2016-03-01 16:22:54 +08:00
Jakub Roztocil
74e4d0b678
Added JSON detection when `--json, -j
` is set
...
To correctly format JSON responses even when an incorrect ``Content-Type`` is returned.
Closes #92
Closes #349
Closes #368
2016-03-01 14:57:15 +08:00
Jakub Roztocil
0fc1f61f3d
Fixed README
2016-03-01 00:45:54 +08:00
Jakub Roztocil
c50413a9c1
Added support section
2016-03-01 00:24:52 +08:00
Jakub Roztocil
776328c818
Added gitter chat
2016-03-01 00:08:07 +08:00
Jakub Roztocil
9312fabc01
Capitalization II
2016-02-29 22:03:08 +08:00
Jakub Roztocil
48ce934dfa
Capitalization
2016-02-29 22:01:05 +08:00