--- @meta http local http = {}; --- @param path string --- @return string body function http.get(path) end return http;