You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2026-06-09 21:06:52 +02:00
Version fix.
This commit is contained in:
+1
-1
@@ -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``:
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ HTTPie - cURL for humans.
|
||||
|
||||
"""
|
||||
__author__ = 'Jakub Roztocil'
|
||||
__version__ = '0.2.7dev'
|
||||
__version__ = '0.2.8dev'
|
||||
__licence__ = 'BSD'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user