RosettaCodeData/Task/HTTP/LiveCode/http-2.livecode
2023-07-01 13:44:08 -04:00

7 lines
212 B
Text

on myUrlDownloadFinished
answer "Download Complete" with "Okay"
end myUrlDownloadFinished
command getWebResource
load URL "http://httpbin.org/html" with message "myUrlDownloadFinished"
end getWebResource