RosettaCodeData/Task/HTTP/REALbasic/http.basic

3 lines
122 B
Text
Raw Normal View History

2023-07-01 11:58:00 -04:00
Dim sock As New HTTPSocket
Print(sock.Get("http://www.rosettacode.org", 10)) //set the timeout period to 10 seconds.