RISCfuture / dropbox

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

Http Proxy (again) #13

Closed lmartinking closed 13 years ago

lmartinking commented 13 years ago

Hi again,

I realised I missed out a few cases with regards to http proxy support (session duplication, file uploading), so I've fixed it.

Note that Net::HTTP::Proxy returns a Net::HTTP if the parameters is nil, so all is well if the user doesn't want to set a proxy :-)

Cheers, Lucas

RISCfuture commented 13 years ago

Done.