]> git.ipfire.org Git - thirdparty/httpx.git/commit
Detect credentials in proxy URLs and create Proxy-authorization header (#780)
authorYeray Diaz Diaz <yeraydiazdiaz@gmail.com>
Mon, 20 Jan 2020 13:50:50 +0000 (13:50 +0000)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2020 13:50:50 +0000 (13:50 +0000)
commitb23420392efdcc10f3d802f335739d9cb3d72d5c
treea70bd2f25dd32e15a8414edf7d7c6e6e382cbda0
parentb128bfaf211314dfb9b0a19ab6e00cfbe98522b8
Detect credentials in proxy URLs and create Proxy-authorization header (#780)

* Detect auth in proxy URLs and create Proxy-authorization header

* Add credentials and SOCKS details to proxy documentation

* Use URL.copy_with to remove credentials from URL
docs/advanced.md
httpx/config.py
tests/test_config.py