bgreenlee / sublime-github

Sublime Text 2/3 plugin that provides a number of useful commands for GitHub.
MIT License
456 stars 92 forks source link

Add proxy support (2nd attempt) #42

Closed astratto closed 11 years ago

astratto commented 11 years ago

This patchset adds proxy support in both requests mode and curl mode. It also adds a new configuration flag (force_curl) in order to force curl mode.

With this patchset applied I am able to use it behind a corporate proxy.

bgreenlee commented 11 years ago

Looks good to me. Thanks again.