Skip to content

HttpGetAsync

Description:

This function demonstrates the usage of the HttpGetAsync API.

Example:

-- Make an asynchronous HTTP GET request
HttpGetAsync("https://example.com", function(response)
    print(response)
end)