8000 Release v1.1.0 · clue/reactphp-http-proxy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.1.0

Compare
Choose a tag to compare
@clue clue released this 11 Jun 11:10
· 100 commits to 1.x since this release
  • Feature: Support proxy authentication if proxy URL contains username/password
    (#14 by @clue)

    // new: username/password will now be passed to HTTP proxy server
    $proxy = new ProxyConnector('user:pass@127.0.0.1:8080');
0