Skip to content

v1.1.0

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');