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