The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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(...);