1URI::ws(3)            User Contributed Perl Documentation           URI::ws(3)
2
3
4

NAME

6       URI::ws - WebSocket support for URI package
7

VERSION

9       version 0.03
10

SYNOPSIS

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

DESCRIPTION

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

METHODS

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

SEE ALSO

25       URI, URI::wss
26

AUTHOR

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.32.0                      2020-07-28                        URI::ws(3)
Impressum