Group
Extension

Matches 1

Net-WebSocket ( F/FE/FELIPE/Net-WebSocket-0.24.tar.gz, FELIPE, 2021; MetaCPAN )
Net-WebSocket/lib/Net/WebSocket/Handshake.pm ( view source; MetaCPAN )
 common options for both:

=over

=item * C<subprotocols> - A list of HTTP tokens (e.g., C<wamp.2.json>)
that stand for subprotocols that this endpoint can use via the WebSocket
connection.

=item * C
p_token = I<OBJ>->get_subprotocol()

Returns the negotiated subprotocol’s token (e.g., C<wamp.2.json>).

=cut

sub get_subprotocol {
    my $self = shift;

    if (!$self->{'_no_use_legacy'}) {
    

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.