1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00

Renamed --allow-redirects to --follow.

This commit is contained in:
Jakub Roztocil
2012-09-07 11:58:39 +02:00
parent 9338aadd75
commit da0eb7db79
5 changed files with 15 additions and 12 deletions

View File

@@ -72,7 +72,7 @@ def get_requests_kwargs(args):
'auth': credentials,
'proxies': dict((p.key, p.value) for p in args.proxy),
'files': args.files,
'allow_redirects': args.allow_redirects,
'allow_redirects': args.follow,
'params': args.params,
'config': {
'base_headers': base_headers