Perform(c)

performs the HTTP request

local response = Curl.Perform(c)
-- could use log.info(response) to print the response from the HTTP request

Last updated