Skip to content

Commit ed1c095

Browse files
committed
upd doc
1 parent 20d4c49 commit ed1c095

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,8 @@ Supported proxy schemes are:
340340
* `curves` - colon-separated list of enabled TLS key exchange curves.
341341
* `min-tls-version` - minimum TLS version.
342342
* `max-tls-version` - maximum TLS version.
343+
* `http+optimistic` - (EXPERIMENTAL) HTTP proxy dialer which reads the connection success response asynchronously.
344+
* `https+optimistic` - (EXPERIMENTAL) HTTP proxy over TLS dialer which reads the connection success response asynchronously. Options are same as for `https` dialer.
343345
* `h2` - HTTP/2 proxy over TLS connection. Examples: `h2://user:password@example.org`, `h2://example.org?cert=cert.pem&key=key.pem`. This method also supports additional parameters passed in query string:
344346
* `cafile` - file with CA certificates in PEM format used to verify TLS peer.
345347
* `sni` - override value of ServerName Indication extension.

0 commit comments

Comments
 (0)