Sha256: cd12f63afed86808c64f0437b31acc6344e03fe4e3d5bf36a4c6924e4f3fc3c8

Contents?: true

Size: 197 Bytes

Versions: 3

Compression:

Stored size: 197 Bytes

Contents

module URI
  # 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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rbs-2.0.0 stdlib/uri/0/wss.rbs
rbs-2.0.0.pre2 stdlib/uri/0/wss.rbs
rbs-2.0.0.pre1 stdlib/uri/0/wss.rbs