klyn.net.ssl.SSLSocket.readLine
method
public readLine() as String throws SSLException:
Description
Reads one logical line.
import klyn.net.ssl

socket = SSLSocket("example.com", 443)
print(socket.readLine())
socket.close()