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.
MIT License
800 stars 109 forks source link

Add low-level HTTP request methods #62

Open postmodern opened 7 years ago

postmodern commented 7 years ago

Add get, head, post, put, etc methods to Spidr::Agent for when you do not want a Page object returned, just the raw response.