nushell/crates/nu-command
fnuttens 8f4ea69c22
Add support for HTTP proxy in network commands (#10401)
Closes https://github.com/nushell/nushell/issues/8847

# Description

If the `HTTP_PROXY` variable is found, use its value to setup ureq
proxy. I haven't implemented `NO_PROXY` at the moment.

# User-Facing Changes

No breaking change for the user, the network commands simply use an
environment variable.

# Tests + Formatting

The existing tests seem to run fine, although I can't think of a new
test to add.
2023-09-27 15:43:34 +08:00
..
src Add support for HTTP proxy in network commands (#10401) 2023-09-27 15:43:34 +08:00
tests remove the $nothing variable (#10478) 2023-09-26 18:49:28 +02:00
Cargo.toml Bump dialoguer to 0.11.0 (#10510) 2023-09-26 18:00:16 +02:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00