1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-12-22 04:02:04 +03:00
Commit Graph

4 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
67230b00c1 Use multibyte character set in all Visual Studio projects 2015-04-19 20:37:38 +02:00
bel
0af7de4426 Rewrite and comment request processing
Replace some of the lengthy "else if" cascades of the request handling core
methods by a new, more comprehensible implementation. Document the source of
the new implementation.

Introduce a new define NO_FILES for server configurations that only use
callbacks and do not access any directory.
2014-12-27 16:05:50 +01:00
bel
c717dbaa07 Create Visual Studio project for upload example 2014-09-27 23:16:07 +02:00