Jakub Roztocil
54a63a810e
Cleanup/docstring
2016-11-23 22:29:36 +01:00
Jakub Roztocil
a49774d3ab
Extend auth plugin API
...
This extends the `AuthPlugin` API by the following attributes:
* `auth_require`: set to `False` to make `--auth, -a` optional
* `auth_parse`: set to `False` to disable `username:password` parsing
(access the raw value passed to `-a` via `self.raw_auth`).
* `prompt_password`: set to`False` to disable password prompt when
no password provided (only relevant when `auth_parse == True`)
These changes should be 100% backwards-compatible.
What needs more testing is auth support in sessions.
Close #433
Close #431
Close #378
Ping teracyhq/httpie-jwt-auth#3
2016-11-23 22:02:12 +01:00
Jakub Roztocil
b879d38b07
Test case for Host
header removal (unimplemented feature)
2016-11-23 22:02:12 +01:00
Jakub Roztočil
0913e8b2ef
Merge pull request #533 from kigawas/patch-1
...
Update README.rst
2016-10-28 18:11:55 +02:00
Ryan Lee
4fef4b9a75
Update README.rst
...
Change "you shell" to "your shell"
2016-10-28 12:02:21 +08:00
Jakub Roztocil
bfc23b1412
Changelog
2016-10-26 12:18:53 +02:00
Jakub Roztocil
6267f21f21
Clean-up
2016-10-26 11:58:47 +02:00
Jakub Roztocil
e9aba543b1
Changelog
2016-10-26 11:54:35 +02:00
Jakub Roztocil
9b23a4ac9a
Exit with status 130 on CTRL-C
...
http://www.tldp.org/LDP/abs/html/exitcodes.html
#531
2016-10-26 11:53:01 +02:00
Jakub Roztocil
b96eba336d
Fixed test
2016-10-26 11:28:17 +02:00
Jakub Roztocil
48a6d234cb
Need a main()
...
#531
2016-10-26 11:21:30 +02:00
Jakub Roztocil
c6f2b32e36
Stricter KeyboardInterrupt silencing
...
Relates to #531 , but doesn't solve it completely.
2016-10-26 11:16:39 +02:00
Jakub Roztocil
64f6f69037
Add Twitter link
2016-09-17 15:58:05 +02:00
Jakub Roztocil
6bdfc7a071
Update config and session file help URLs
2016-09-12 10:57:30 +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
Jakub Roztocil
b565be4318
CHANGELOG
2016-09-06 11:53:52 +01:00
Jakub Roztocil
87e44ae639
Handle curses-free Pythons
2016-09-06 11:50:56 +01:00
Jakub Roztočil
0d08732397
Merge pull request #516 from dongweiming/fix-496
...
Fix the handling of zero REQUEST_ITEM arguments
Close #496
2016-09-06 11:06:45 +01:00
dongweiming
c53a778f60
Fix Issue #496
2016-09-01 17:46:34 +08:00
Jakub Roztočil
5efc9010cc
Update CHANGELOG.rst
2016-08-14 11:36:21 +02:00
Jakub Roztočil
08e883fcfe
Merge pull request #503 from zquestz/patch-1
...
Updated README.rst to add Arch Linux install docs.
2016-08-14 04:09:50 +02:00
Josh Ellithorpe
c4b309164f
Updated README.rst to add Arch Linux install docs.
2016-08-13 19:08:37 -07:00
Jakub Roztocil
8e96238323
v0.9.6
2016-08-13 23:01:05 +02:00
Jakub Roztocil
8a9206eceb
Fixed Makefile
2016-08-13 22:57:44 +02:00
Jakub Roztocil
8ac3c5961c
Upgrade Pygments version
2016-08-13 22:57:33 +02:00
Jakub Roztocil
487c7a9221
v0.9.5
2016-08-13 22:51:42 +02:00
Jakub Roztocil
6d65668355
Strip request header values
2016-08-13 22:40:01 +02:00
Jakub Roztočil
3e5115e4a2
Merge pull request #501 from ii-v/master
...
Fixed spelling mistake in the AUTHORS.rst file
2016-08-11 08:37:41 +02:00
ii-v
2b8b572f22
Merge pull request #1 from ii-v/ii-v-patch-1
...
Fixed spelling mistake `GitHib` to `GitHub`
2016-08-11 01:44:04 +02:00
ii-v
af737fd338
Fixed spelling mistage GitHib
to GitHub
2016-08-11 01:43:15 +02:00
Jakub Roztočil
ee375b6942
Merge pull request #493 from medecau/codestyle_environment
...
Codestyle environment
2016-07-29 23:17:00 +02:00
KATO Kei
6b06d92a59
Fix typo
2016-07-27 09:54:26 +09:00
Pedro Rodrigues
becb63de9a
useful info
2016-07-26 21:59:34 +01:00
Pedro Rodrigues
86c8abc485
force os to be linux (+1 squashed commit)
...
Squashed commits:
[444c56d] no vars for you (+1 squashed commit)
Squashed commits:
[c7d1bf9] added pycodestyle environment to travis config
2016-07-26 21:43:13 +01:00
Pedro Rodrigues
8f6bee9196
codestyle fixes
2016-07-19 17:23:40 +01:00
Pedro Rodrigues
9c2c058ae5
separate environment to test codestyle as proposed by @sigmavirus24
2016-07-19 17:23:18 +01: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
aab5cd9da0
PEP8. clean-up
2016-07-04 20:30:55 +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
e1fa57d228
Added -I as a shortcut for --ignore-stdin
2016-07-02 15:01:46 +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