ruby / uri

URI is a module providing classes to handle Uniform Resource Identifiers
https://ruby.github.io/uri/
Other
79 stars 42 forks source link

Feat: Support WSS #33

Closed okuramasafumi closed 2 years ago

okuramasafumi commented 2 years ago

There was a file for WSS so I added one line of require_relative to make it work. Now URI.parse('wss://example.com') returns URI::WS.