logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

URI::wss - Secure WebSocket support for URI package

Author

       Graham Ollis <plicease@cpan.org>

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

See Also