logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

URI::ws - 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 WebSocket URIs as it
       does for HTTP ones.  For secure WebSockets, see URI::wss.

Methods

URI::ws->default_port
       Returns the default port (80)

Name

       URI::ws - WebSocket support for URI package

See Also

       URI, URI::wss

Synopsis

        use URI;
        my $uri = URI->new('ws://localhost:3000/foo');

Version

       version 0.03

See Also