|
NAMEApp::TLSMe::Connection - Connection class SYNOPSIS App::TLSMe::Connection->new(
fh => $fh,
backend_host => 'localhost',
backend_port => 8080,
...
);
DESCRIPTIONObject-Value that holds handles, callbacks and other information associated with proxy-backend connection. METHODS"new"my $connection = App::TLSMe::Connection->new; "write"$connection->write(...);
|