Skip to content

Commit 3cb5159

Browse files
committed
Adding WebSocket (ws) URI
1 parent 7accc80 commit 3cb5159

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

dist.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ stopword = Miyagawa
142142
stopword = OIDs
143143
stopword = OpenLDAP
144144
stopword = Punycode
145+
stopword = WebSocket
145146
stopword = relativize
146147
stopword = Tatsuhiko
147148
stopword = TCP

lib/URI.pm

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,6 +1223,18 @@ separated by dots. A C<URI> object belonging to this namespace has an
12231223
additional method called $uri->oid that can be used to get/set the oid
12241224
value. In a list context, oid numbers are returned as separate elements.
12251225
1226+
=item B<ws>:
1227+
1228+
The I<ws> URI scheme is specified in L<RFC 6455|http://tools.ietf.org/html/rfc6455>.
1229+
The C<WebSocket> Protocol enables two-way communication between a client
1230+
running untrusted code in a controlled environment to a remote host
1231+
that has opted-in to communications from that code.
1232+
1233+
=item B<wss>:
1234+
1235+
The I<wss> URI scheme is specified in L<RFC 6455|http://tools.ietf.org/html/rfc6455> as well.
1236+
The scheme is used to reference C<WebSocket> servers through SSL connections.
1237+
12261238
=back
12271239
12281240
=head1 CONFIGURATION VARIABLES

0 commit comments

Comments
 (0)