DOKK / manpages / debian 12 / libprotocol-websocket-perl / Protocol::WebSocket::Cookie::Request.3pm.en
Protocol::WebSocket::Cookie::Request(3pm) User Contributed Perl Documentation Protocol::WebSocket::Cookie::Request(3pm)

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

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

Construct or parse a WebSocket request cookie.

Parse a WebSocket request cookie.

Construct a WebSocket request cookie.

2022-07-04 perl v5.34.0