postmodern / spidr

A versatile Ruby web spidering library that can spider a site, multiple domains, certain links or infinitely. Spidr is designed to be fast and easy to use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support passing a URI as a proxy setting

postmodern opened this issue · comments

Support passing a URI object as the proxy settings. All #proxy= methods should accept a URI::HTTP object which is then converted to a Spidr::Proxy object.