File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -317,9 +317,9 @@ $connector->connect('tls://smtp.googlemail.com:465')->then(function (ConnectionI
317
317
318
318
HTTP operates on a higher layer than this low-level SSH proxy implementation.
319
319
If you want to issue HTTP requests, you can add a dependency for
320
- [ clue/ reactphp-buzz ] ( https://github.com/clue/ reactphp-buzz ) .
320
+ [ reactphp/http ] ( https://github.com/reactphp/http ) .
321
321
It can interact with this library by issuing all
322
- [ HTTP requests through an SSH proxy server] ( https://github.com/clue/ reactphp-buzz #ssh-proxy ) .
322
+ [ HTTP requests through an SSH proxy server] ( https://github.com/reactphp/http #ssh-proxy ) .
323
323
When using the ` SshSocksConnector ` (recommended), this works for both plain HTTP
324
324
and TLS-encrypted HTTPS requests. When using the ` SshProcessConnector ` , this only
325
325
works for plaintext HTTP requests.
You can’t perform that action at this time.
0 commit comments