The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebSocket::Handshake - WebSocket Client & Server

SYNOPSIS

    use WebSocket::Handshake;
    my $this = WebSocket::Handshake->new || die( WebSocket::Handshake->error, "\n" );

VERSION

    v0.1.0

DESCRIPTION

METHODS

request

Set or get a WebSocket::Request object.

response

Set or get a WebSocket::Response object.

uri

Set or get the request or response uri. When set, this returns a URI object.

version

Set or get the WebSocket::Version object representing the protocol version used.

AUTHOR

Jacques Deguest <jack@deguest.jp>

SEE ALSO

perl

COPYRIGHT & LICENSE

Copyright(c) 2021 DEGUEST Pte. Ltd.

You can use, copy, modify and redistribute this package and associated files under the same terms as Perl itself.