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
WebSocket::Handshake::Client, WebSocket::Handshake::Server
COPYRIGHT & LICENSE
Copyright(c) 2021-2023 DEGUEST Pte. Ltd.
You can use, copy, modify and redistribute this package and associated files under the same terms as Perl itself.