Lua でコードを書いて、指定した URL に対して通信を行えるところまで来た。
local ohttp = require "oribe.http"local response = ohttp.get("https://shiguredo.jp/")