# File lib/libwebsocket/opening_handshake/client.rb, line 43
      def url
        lws_url = LibWebSocket::URL.new
        lws_url.parse(uri)
        lws_url
      end