FreeBSD Manual Pages
Protocol::WebSocket::CUsereContributed)Protocol::WebSocket::Cookie::Request(3) 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'); DESCRIPTION Construct or parse a WebSocket request cookie. ATTRIBUTES "name" "value" "version" "path" "domain" METHODS "parse" Parse a WebSocket request cookie. "to_string" Construct a WebSocket request cookie. perl v5.32.0 2017-Protocol::WebSocket::Cookie::Request(3)
NAME | SYNOPSIS | DESCRIPTION | ATTRIBUTES | METHODS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Protocol::WebSocket::Cookie::Request&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>