cs::HTTPS - blah blah
use cs::HTTPS;
The cs::HTTPS module
is a subclass of the cs::HTTP module,
differing merely in that it establishes an SSL connection
via the s_client(1) command.
Make an SSL connection to the host:port specified (port defaults to 443, the standard HTTPS port).
s_client(1), openssl(1), cs::HTTP(3)
Cameron Simpson <cs@zip.com.au>