Clean up.

This commit is contained in:
Jakub Roztocil 2012-12-01 15:20:14 +01:00
parent 1c5fb89001
commit 4a24cd25b9
2 changed files with 2 additions and 3 deletions

View File

@ -843,8 +843,7 @@ Sessions
========
By default, every request is completely independent of the previous ones.
HTTPie supports persistent sessions, where custom headers, authorization,
HTTPie also supports persistent sessions, where custom headers, authorization,
and cookies (manually specified or sent by the server) persist between
requests to the same host.
@ -895,6 +894,7 @@ following keys:
``default_options`` An ``Array`` (by default empty) of options
that should be applied to every request.
For instance, you can use this option to change
the default style and output options:
``"default_options": ["--style=fruity", "--body"]``

View File

@ -13,7 +13,6 @@ class Environment(object):
"""
#noinspection PyUnresolvedReferences
is_windows = is_windows
progname = os.path.basename(sys.argv[0])