Anything equivalent to Perl's LWP::UserAgent and HTTP::Cookies?

I’m writing yet another web spider and I would strongly prefer to do it in
Ruby. However, there are some relly useful modules in Perl,
LWP::UserAgent and HTTP::Cookies, that handle lots of things much more
easily than Ruby’s net/http. Any ideas?

– Matt