sdsykes / fastimage

FastImage finds the size or type of an image given its uri by fetching as little as needed
http://github.com/sdsykes/fastimage/tree/master
MIT License
1.37k stars 115 forks source link

Support proxies that require a username and password #108

Closed razola closed 5 years ago

razola commented 5 years ago

So that the below works:

FastImage.size("https://pbs.twimg.com/media/DWOxDNiWsAAg46x.jpg", proxy: "https://user:password@proxy.com:1234")

Thanks for a great gem!

٩( ᐛ )و