D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
alt
/
ruby34
/
share
/
gems
/
gems
/
rbs-3.8.0
/
stdlib
/
uri
/
0
/
Filename :
wss.rbs
back
Copy
%a{annotate:rdoc:skip} module URI # <!-- rdoc-file=lib/uri/wss.rb --> # The default port for WSS URIs is 443, and the scheme is 'wss:' rather than # 'ws:'. Other than that, WSS URIs are identical to WS URIs; see URI::WS. # class WSS < WS end end