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