URI::wss - Secure WebSocket support for URI package
Contents
Copyright And License
This software is copyright (c) 2013 by Graham Ollis.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
programming language system itself.
perl v5.36.0 2022-12-06 URI::wss(3pm)
Description
After this module is installed, the URI package provides the same set of methods for secure WebSocket
URIs as it does for insecure WebSocket URIs. For insecure (unencrypted) WebSockets, see URI::ws.
Methods
URI::wss->default_port
Returns the default port (443)
$uri->secure
Returns true.
Name
URI::wss - Secure WebSocket support for URI package
See Also
URI, URI::ws
Synopsis
use URI;
my $uri = URI->new('wss://localhost:3000/foo');
Version
version 0.03
