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 @@ -205,9 +205,9 @@ $connector->connect('tls://smtp.googlemail.com:465')->then(function (ConnectionI
205205
206206HTTP operates on a higher layer than this low-level HTTP CONNECT implementation.
207207If you want to issue HTTP requests, you can add a dependency for
208- [ clue/ reactphp-buzz ] ( https://github.com/clue/ reactphp-buzz ) .
208+ [ reactphp/http ] ( https://github.com/reactphp/http ) .
209209It can interact with this library by issuing all
210- [ HTTP requests through a HTTP CONNECT proxy server] ( https://github.com/clue/ reactphp-buzz #http-proxy ) .
210+ [ HTTP requests through a HTTP CONNECT proxy server] ( https://github.com/reactphp/http #http-proxy ) .
211211This works for both plain HTTP and TLS-encrypted HTTPS requests.
212212
213213#### Connection timeout
You can’t perform that action at this time.
0 commit comments