diff --git a/index.html b/index.html index 365e67c4..4daedeaa 100644 --- a/index.html +++ b/index.html @@ -1620,10 +1620,10 @@
httpProxy
- proxyType is "manual".
- http".
sslProxy
- proxyType is "manual".
- https".
socksProxy
- proxyType is "manual".
- A proxy specifier for a scheme is either a + host and optional port for a scheme, or a JSON + Object with the following properties: + +
| Key + | Value Type + | Description + | Valid values + |
|---|---|---|---|
protocol
+ | string + | The protocol used to communicate with the proxy. + | "http",
+ "ssl",
+ "socks4",
+ "socks5".
+ |
host
+ | string + | The host used to connect to the proxy. + | Any host with optional + credentials. + |
port
+ | number + | The port used to connect to the proxy. + | Any valid port. If protocol is
+ "socks4" or "socks5", this field must be
+ omitted.
+ |
A host and optional port for a scheme is defined as being a valid host, optionally followed by a colon and a valid port. The host may @@ -1721,9 +1763,9 @@
If proxy has an own property for
- "socksProxy" and does not have an own property
- for "socksVersion" return an error with error
- code invalid argument.
+ "socksProxy" which is a string, and does not have an
+ own property for "socksVersion" return an
+ error with error code invalid argument.
Return success with data proxy.