RosettaCodeData/Task/HTTPS/REALbasic/https.basic
2023-07-01 13:44:08 -04:00

2 lines
133 B
Text

Dim sock As New HTTPSecureSocket
Print(sock.Get("https://sourceforge.net", 10)) //set the timeout period to 10 seconds.