public readLine() as String throws SSLException:
import klyn.net.ssl socket = SSLSocket("example.com", 443) print(socket.readLine()) socket.close()