]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Mention NO_PROXY environment variable on Advanced Usage page (#3066)
authorRichie B2B <github@vdberg.org>
Tue, 30 Jan 2024 07:01:56 +0000 (08:01 +0100)
committerGitHub <noreply@github.com>
Tue, 30 Jan 2024 07:01:56 +0000 (11:01 +0400)
Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
docs/advanced/transports.md

index fdc58b084118c65919724b2be2178decec935f0b..2f3e00690d9e9c92ea4b55263741048fc4f61d91 100644 (file)
@@ -329,4 +329,5 @@ mounts = {
 There are also environment variables that can be used to control the dictionary of the client mounts. 
 They can be used to configure HTTP proxying for clients.
 
-See documentation on [`HTTP_PROXY`, `HTTPS_PROXY`, `ALL_PROXY`](../environment_variables.md#http_proxy-https_proxy-all_proxy) for more information.
+See documentation on [`HTTP_PROXY`, `HTTPS_PROXY`, `ALL_PROXY`](../environment_variables.md#http_proxy-https_proxy-all_proxy)
+and [`NO_PROXY`](../environment_variables.md#no_proxy) for more information.