URI::wss(3) User Contributed Perl Documentation URI::wss(3)

URI::wss - URI scheme for WebSocket Identifiers

Version 5.33

use URI::wss;
my $uri = URI->new('wss://example.com/');

This module implements the "wss:" URI scheme defined in RFC 6455 http://tools.ietf.org/html/rfc6455.

This module inherits the behaviour of URI::https.

See URI

See URI and URI

None

None reported

See URI

RFC 6455 http://tools.ietf.org/html/rfc6455

David Dick, "<ddick at cpan.org>"

Copyright 2016 David Dick.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

2025-11-02 perl v5.42.0