4 lines
61 B
Text
4 lines
61 B
Text
|
|
require "http/client"
|
||
|
|
|
||
|
|
HTTP::Client.get("http://google.com")
|