Sha256: 95548884b873ff4cdc718f60e533ff38e9d28823ce867060a841a9c535446d35
Contents?: true
Size: 379 Bytes
Versions: 3
Compression:
Stored size: 379 Bytes
Contents
module URI # The syntax of WS URIs is defined in RFC6455 section 3. # # Note that the Ruby URI library allows WS URLs containing usernames and # passwords. This is not legal as per the RFC, but used to be # supported in Internet Explorer 5 and 6, before the MS04-004 security # update. See <URL:http://support.microsoft.com/kb/834489>. class WS < Generic end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rbs-2.0.0 | stdlib/uri/0/ws.rbs |
rbs-2.0.0.pre2 | stdlib/uri/0/ws.rbs |
rbs-2.0.0.pre1 | stdlib/uri/0/ws.rbs |