mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 06:46:15 +00:00
Make example URL format a literal rather than an actual link
The rendered docs 'auto-link' this, which might encourage users to click the link, even though it doesn't go anywhere.
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ dev
|
||||
forwarding of `Proxy-Authorization` headers to destination servers when
|
||||
following HTTPS redirects.
|
||||
|
||||
When proxies are defined with user info (https://user:pass@proxy:8080), Requests
|
||||
When proxies are defined with user info (`https://user:pass@proxy:8080`), Requests
|
||||
will construct a `Proxy-Authorization` header that is attached to the request to
|
||||
authenticate with the proxy.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user