net-http icon indicating copy to clipboard operation
net-http copied to clipboard

Allow a URL String for shorthand methods

Open mame opened this issue 3 months ago • 0 comments

In short, this allows Net::HTTP.get("http://example.com") instead of Net::HTTP.get(URI("http://example.com")).

mame avatar Oct 08 '25 05:10 mame