NAME
URI::ws - URI scheme for WebSocket Identifiers
SYNOPSIS
use URI::ws;
my $uri = URI->new('ws://example.com/');
DESCRIPTION
This module implements the ws:
URI scheme defined in RFC 6455.
SUBROUTINES/METHODS
This module inherits the behaviour of URI::http.
DIAGNOSTICS
See URI
CONFIGURATION AND ENVIRONMENT
DEPENDENCIES
None
INCOMPATIBILITIES
None reported
BUGS AND LIMITATIONS
See URI
SEE ALSO
AUTHOR
David Dick, <ddick at cpan.org>
LICENSE AND COPYRIGHT
Copyright 2016 David Dick.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.