logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Protocol::WebSocket::Handshake - Base WebSocket Handshake class

Attributes

"error"
           $handshake->error;

       Set or get handshake error.

   "version"
           $handshake->version;

       Set or get handshake version.

Description

       This is a base class for Protocol::WebSocket::Handshake::Client and
       Protocol::WebSocket::Handshake::Server.

Methods

"new"
       Create a new Protocol::WebSocket::Handshake instance.

   "req"
           $handshake->req;

       WebSocket request object.

   "res"
           $handshake->res;

       WebSocket response object.

perl v5.34.0                                       2022-07-04                Protocol::WebSocket::Handshake(3pm)

Name

       Protocol::WebSocket::Handshake - Base WebSocket Handshake class

See Also