toland / patron

Ruby HTTP client based on libcurl
http://toland.github.com/patron/
MIT License
541 stars 73 forks source link

Compare requests #56

Closed mjackson closed 12 years ago

mjackson commented 12 years ago

I've done a bit of work to make requests able to compare themselves with other requests. This could be useful to compare two request objects to determine if one has already been made, for example.

toland commented 12 years ago

Thanks.