![]() |
![]()
| ![]() |
![]()
NAMEURI::wss - Secure WebSocket support for URI package VERSIONversion 0.03 SYNOPSISuse URI; my $uri = URI->new('wss://localhost:3000/foo'); DESCRIPTIONAfter 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. METHODSURI::wss->default_portReturns the default port (443) $uri->secureReturns true. SEE ALSOURI, URI::ws AUTHORGraham Ollis <plicease@cpan.org> COPYRIGHT AND LICENSEThis 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.
|