1URI::wss(3)           User Contributed Perl Documentation          URI::wss(3)
2
3
4

NAME

6       URI::wss - Secure WebSocket support for URI package
7

VERSION

9       version 0.03
10

SYNOPSIS

12        use URI;
13        my $uri = URI->new('wss://localhost:3000/foo');
14

DESCRIPTION

16       After this module is installed, the URI package provides the same set
17       of methods for secure WebSocket URIs as it does for insecure WebSocket
18       URIs.  For insecure (unencrypted) WebSockets, see URI::ws.
19

METHODS

21   URI::wss->default_port
22       Returns the default port (443)
23
24   $uri->secure
25       Returns true.
26

SEE ALSO

28       URI, URI::ws
29

AUTHOR

31       Graham Ollis <plicease@cpan.org>
32
34       This software is copyright (c) 2013 by Graham Ollis.
35
36       This is free software; you can redistribute it and/or modify it under
37       the same terms as the Perl 5 programming language system itself.
38
39
40
41perl v5.30.0                      2019-07-26                       URI::wss(3)
Impressum