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::Cookie::Request - WebSocket Cookie Request

Attributes

"name""value""version""path""domain"

Description

       Construct or parse a WebSocket request cookie.

Methods

"parse"
       Parse a WebSocket request cookie.

   "to_string"
       Construct a WebSocket request cookie.

perl v5.34.0                                       2022-07-04             Protocol::WebSo...Cookie::Request(3pm)

Name

       Protocol::WebSocket::Cookie::Request - WebSocket Cookie Request

Synopsis

           # Constructor

           # Parser
           my $cookie = Protocol::WebSocket::Cookie::Request->new;
           $cookies = $cookie->parse(
               '$Version=1; foo="bar"; $Path=/; bar=baz; $Domain=.example.com');

See Also