net-http
net-http copied to clipboard
Allow a URL String for shorthand methods
In short, this allows Net::HTTP.get("http://example.com") instead of Net::HTTP.get(URI("http://example.com")).