highlight that socks:// prefix is equal to socks5://

This commit is contained in:
Keijia
2021-08-20 16:44:49 +03:00
committed by Martin Algesten
parent 35c472507b
commit f6f021cdbb
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ You can control them when including ureq as a dependency.
* `charset` enables interpreting the charset part of the Content-Type header
(e.g. `Content-Type: text/plain; charset=iso-8859-1`). Without this, the
library defaults to Rust's built in `utf-8`.
* `socks-proxy` enables proxy config using the `socks4://`, `socks4a://`, `socks5://` and `socks://` prefix.
* `socks-proxy` enables proxy config using the `socks4://`, `socks4a://`, `socks5://` and `socks://` (equal to `socks5://`) prefix.
## Plain requests