Debug Version

Fork of WebSocketClient by Samuel Mokrani

Revision:
8:53d05ccff94a
Parent:
6:86e89a0369b9
--- a/Websocket.h	Fri Feb 08 12:33:04 2013 +0000
+++ b/Websocket.h	Sat Feb 14 00:28:52 2015 +0000
@@ -74,6 +74,9 @@
         * @param url The Websocket url in the form "ws://ip_domain[:port]/path" (by default: port = 80)
         */
         Websocket(char * url);
+        Websocket();
+
+        void set_server(char * url);
 
         /**
         * Connect to the websocket url