summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Muller <[email protected]>2020-02-21 13:55:07 -0800
committerHiroshi SHIBATA <[email protected]>2020-03-26 18:06:14 +0900
commit92a238a21caa6e8c9e4823b8bee67e37a362a9f8 ()
tree18918830458573b5bd9573c3156e5836fff473e3
parent844ff7ea45b79e95eaed4b725fd0cf5c33874058 (diff)
[ruby/uri] Add support for WebSockets
https://.com/ruby/uri/commit/805a95786a
-rw-r--r--lib/uri/ws.rb85
-rw-r--r--lib/uri/wss.rb23
-rw-r--r--test/uri/test_ws.rb70
3 files changed, 178 insertions, 0 deletions
@@ -0,0 +1,85 @@
@@ -0,0 +1,23 @@
@@ -0,0 +1,70 @@