mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
415b1273b4
# Description This PR closes this [issue](https://github.com/nushell/nushell/issues/11025) # User-Facing Changes Setting the environment variable HTTP_PROXY using $env.HTTP_PROXY will work. # Before ```bash ~> $env.HTTP_PROXY = http://127.0.0.1:7890 | http get https://lumtest.com/myip.json | get country IR # (direct) ``` # After ```bash ~> $env.HTTP_PROXY = http://127.0.0.1:7890 | http get https://lumtest.com/myip.json | get country DE # (with proxy) ``` |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE |