Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Net::HTTP.SOCKSProxy auth support, take 2 #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 13, 2018

  1. Fix tests

    internet.yandex.com html markup was changed again
    musybite committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    c840b8f View commit details
    Browse the repository at this point in the history
  2. Add authentication support to Net::HTTP.SOCKSProxy

    Inspired by #24. This version does not require thread-local variables,
    everything kept inside instance and local variables.
    
    Thanks @ojab!
    musybite committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    dae6100 View commit details
    Browse the repository at this point in the history