1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-04-20 21:47:45 +03:00

11 Commits

Author SHA1 Message Date
bel
121ae6c7f6 Handler for websocket connection (Step 6/7)
Add an interface to register handler for websocket connections.
See enhancement #30 and question #101
2015-04-19 22:09:09 +02:00
bel
0ecec6bce7 Handler for websocket connection (Step 4/?)
Add an interface to register handler for websocket connections.
See enhancement #30 and question #101
2015-04-19 14:39:15 +02:00
bel
436bc39555 Handler for websocket connection (Step 2/?)
Add an interface to register handler for websocket connections.
See enhancement #30 and question #101
2015-04-19 00:43:11 +02:00
bel
5e52950838 Add close callback for websocket clients 2014-08-31 01:34:04 +02:00
bel
eac72465ad Allow multiple websocket clients with different callbacks and an additional user supplied argument 2014-08-30 23:31:21 +02:00
bel
694aecafc6 Add data exchange between websocket server and client to the websocket_client example 2014-08-30 10:46:40 +02:00
bel
e111ee40a2 Fix websocket client example, extend it by a local websocket server 2014-08-30 00:49:46 +02:00
bel
f64a9b8c81 Add Visual Studio project for websocket_client example 2014-08-28 23:28:16 +02:00
Jordan
5d465aadad Fixed the copyright, changed mg_client_websocket_connect to mg_websocket_client_connect 2014-08-26 15:22:22 -04:00
Jordan
a4eca7c492 Added a unit test for websocket_client functionality, other small fixes 2014-08-21 14:53:47 -04:00
Jordan
9b8cda8d95 Initial version of websocket client. SSL tested working. websocket_client example included. 2014-08-21 08:53:00 -04:00