File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ stopword = Miyagawa
142
142
stopword = OIDs
143
143
stopword = OpenLDAP
144
144
stopword = Punycode
145
+ stopword = WebSocket
145
146
stopword = relativize
146
147
stopword = Tatsuhiko
147
148
stopword = TCP
Original file line number Diff line number Diff line change @@ -1223,6 +1223,18 @@ separated by dots. A C<URI> object belonging to this namespace has an
1223
1223
additional method called $uri->oid that can be used to get/set the oid
1224
1224
value. In a list context, oid numbers are returned as separate elements.
1225
1225
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
+
1226
1238
=back
1227
1239
1228
1240
=head1 CONFIGURATION VARIABLES
You can’t perform that action at this time.
0 commit comments