WebSocket support for URI package
use URI;
my $uri = URI->new('ws://localhost:3000/foo');*NOTE* this distribution has been replaced by modules in the main URI.
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.
my $port = URI::ws->default_port;Returns the default port (80)
Graham Ollis [email protected]
This software is copyright (c) 2013-2024 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.