mirror of
https://github.com/httpie/cli.git
synced 2024-11-28 08:38:44 +02:00
Version fix.
This commit is contained in:
parent
1fbe7a6121
commit
07de32c406
@ -471,7 +471,7 @@ With Basic authentication:
|
||||
|
||||
You can also configure proxies by environment variables ``HTTP_PROXY`` and
|
||||
``HTTPS_PROXY``, and the underlying Requests library will pick them up as well.
|
||||
If you want disable proxies configured through the environment variables for
|
||||
If you want to disable proxies configured through the environment variables for
|
||||
certain hosts, you can specify them in ``NO_PROXY``.
|
||||
|
||||
In your ``~/.bash_profile``:
|
||||
|
@ -3,7 +3,7 @@ HTTPie - cURL for humans.
|
||||
|
||||
"""
|
||||
__author__ = 'Jakub Roztocil'
|
||||
__version__ = '0.2.7dev'
|
||||
__version__ = '0.2.8dev'
|
||||
__licence__ = 'BSD'
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user