amphp / http-tunnel

This package provides an HTTP CONNECT tunnel for PHP based on Amp.
MIT License
11 stars 4 forks source link

Using http or socks proxy with username / password authorization #3

Closed alexdnepro closed 1 year ago

alexdnepro commented 1 year ago

I would like to see an example of using this type of proxy. And in general, with the new version of amp, it is extremely difficult to find any examples

kelunik commented 1 year ago

You can find examples in the examples directory: https://github.com/amphp/http-tunnel/blob/3f8aaa2730c3c0eb1561a33bdb7be231308f5d18/examples/http-client-via-socks5.php