Nice cheat sheet resource of Ruby HTTP requests is published on rubyinside.com. Since the comments are disabled I decided to add one note here: When using uri = URI.parse(“http://google.com/”) it is good practice to encode the url with URI.encode(“http://google.com”, “[]“)…