RISCfuture / dropbox

An easy-to-use client library for the official Dropbox API.
MIT License
519 stars 47 forks source link

Http Proxy Support #8

Closed lmartinking closed 14 years ago

lmartinking commented 14 years ago

Hi there, I've added http proxy support to this library, as net/http doesn't follow the HTTP_PROXY environment variable, and this seemed the most logical place to have either :proxy or :noproxy.

Please ignore the 'http-proxy' branch, I made a mistake... >_<

Cheers, Lucas

RISCfuture commented 14 years ago

Added.