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:
Elliot Ford
2023-11-24 11:04:54 +00:00
parent 5f1c3c22ff
commit 0a7f662aa7
+1 -1
View File
@@ -14,7 +14,7 @@ dev
forwarding of `Proxy-Authorization` headers to destination servers when forwarding of `Proxy-Authorization` headers to destination servers when
following HTTPS redirects. 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 will construct a `Proxy-Authorization` header that is attached to the request to
authenticate with the proxy. authenticate with the proxy.