mirror of
https://github.com/lammertb/libhttp.git
synced 2025-07-31 08:24:23 +03:00
Handler for websocket connection (Step 7/7)
Add an interface to register handler for websocket connections. See enhancement #30 and question #101
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
/* This example uses deprecated interfaces: global websocket callbacks.
|
||||
They have been superseeded by URI specific callbacks.
|
||||
See examples/embedded_c for an up to date example.
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
|
Reference in New Issue
Block a user