Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

uperl/URI-ws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URI::ws linux macos windows

WebSocket support for URI package

SYNOPSIS

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

DESCRIPTION

*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.

METHODS

default_port

my $port = URI::ws->default_port;

Returns the default port (80)

SEE ALSO

URI, URI::wss

AUTHOR

Graham Ollis [email protected]

COPYRIGHT AND LICENSE

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.

About

WebSocket support for URI package

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages