Document support for HTTP proxy variables (#3247)

Closes https://github.com/astral-sh/uv/issues/3233
This commit is contained in:
Zanie Blue 2024-04-24 11:07:41 -05:00 committed by GitHub
parent eb27d742b9
commit 7ab0f64e17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -515,6 +515,7 @@ In addition, uv respects the following environment variables:
any filter compatible with the `tracing_subscriber` crate. For example, `RUST_LOG=trace` will
enable trace-level logging. See the [tracing documentation](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#example-syntax)
for more.
- `HTTP_PROXY`, `HTTPS_PROXY`, `ALL_PROXY`: The proxy to use for all HTTP/HTTPS requests.
- `HTTP_TIMEOUT` (or `UV_HTTP_TIMEOUT`): If set, uv will use this value (in seconds) as the timeout
for HTTP reads (default: 30s).
- `PYC_INVALIDATION_MODE`: The validation modes to use when run with `--compile`.