http
Functions to make http, https requests and take responses from them
Last updated
Was this helpful?
Functions to make http, https requests and take responses from them
Last updated
Was this helpful?
Was this helpful?
local szResponse = HTTP.Post("https://www.google.com/search", "q=example")
print(szResponse)