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
205
205
206
206
HTTP operates on a higher layer than this low-level HTTP CONNECT implementation.
207
207
If 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 ) .
209
209
It 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 ) .
211
211
This works for both plain HTTP and TLS-encrypted HTTPS requests.
212
212
213
213
#### Connection timeout
You can’t perform that action at this time.
0 commit comments