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

Net::mbedTLS::Client - Class representing a TLS client

SYNOPSIS

    my $socket = IO::Socket::INET->new('perl.com:443') or die;

    my $tls = Net::mbedTLS->new()->create_client(
        $socket,
        servername => 'perl.com',
    );

DESCRIPTION

Subclass of Net::mbedTLS::Connection.