URI::ws
WebSocket support for URI package
- Provided by: liburi-ws-perl (Version: 0.03-2)
- Report a bug
WebSocket support for URI package
version 0.03
use URI;
my $uri = URI->new('ws://localhost:3000/foo');
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.
Returns the default port (80)
URI, URI::wss
Graham Ollis <plicease@cpan.org>
This 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.