forked from extern/httpie-cli
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
|
You can also configure proxies by environment variables ``HTTP_PROXY`` and
|
||||||
``HTTPS_PROXY``, and the underlying Requests library will pick them up as well.
|
``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``.
|
certain hosts, you can specify them in ``NO_PROXY``.
|
||||||
|
|
||||||
In your ``~/.bash_profile``:
|
In your ``~/.bash_profile``:
|
||||||
|
@ -3,7 +3,7 @@ HTTPie - cURL for humans.
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
__author__ = 'Jakub Roztocil'
|
__author__ = 'Jakub Roztocil'
|
||||||
__version__ = '0.2.7dev'
|
__version__ = '0.2.8dev'
|
||||||
__licence__ = 'BSD'
|
__licence__ = 'BSD'
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user