1URI::ws(3) User Contributed Perl Documentation URI::ws(3)
2
3
4
6 URI::ws - WebSocket support for URI package
7
9 version 0.03
10
12 use URI;
13 my $uri = URI->new('ws://localhost:3000/foo');
14
16 After this module is installed, the URI package provides the same set
17 of methods for WebSocket URIs as it does for HTTP ones. For secure
18 WebSockets, see URI::wss.
19
21 URI::ws->default_port
22 Returns the default port (80)
23
25 URI, URI::wss
26
28 Graham Ollis <plicease@cpan.org>
29
31 This software is copyright (c) 2013 by Graham Ollis.
32
33 This is free software; you can redistribute it and/or modify it under
34 the same terms as the Perl 5 programming language system itself.
35
36
37
38perl v5.28.0 2013-09-12 URI::ws(3)