You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -340,6 +340,8 @@ Supported proxy schemes are:
340
340
*`curves` - colon-separated list of enabled TLS key exchange curves.
341
341
*`min-tls-version` - minimum TLS version.
342
342
*`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.
343
345
*`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:
344
346
*`cafile` - file with CA certificates in PEM format used to verify TLS peer.
345
347
*`sni` - override value of ServerName Indication extension.
0 commit comments