klyn.net.ssl.SSLSocket.writeLine
method
public writeLine(value as String) as Void throws SSLException:
Description
Writes one line to the peer.
import klyn.net.ssl

socket = SSLSocket("example.com", 443)
socket.writeLine("hello")
socket.close()