NAME

cs::HTTPS - blah blah


SYNOPSIS

use cs::HTTPS;


DESCRIPTION

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.


OBJECT CREATION

new cs::HTTPS (host, port)

Make an SSL connection to the host:port specified (port defaults to 443, the standard HTTPS port).


SEE ALSO

s_client(1), openssl(1), cs::HTTP(3)


AUTHOR

Cameron Simpson <cs@zip.com.au>