1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/core
Andy Green 7eb36102a9 ss: server: h1, h2, ws basic support
Add initial support for defining servers using Secure Streams
policy and api semantics.

Serving h1, h2 and ws should be functional, the new minimal
example shows a combined http + SS server with an incrementing
ws message shown in the browser over tls, in around 200 lines
of user code.

NOP out anything to do with plugins, they're not currently used.

Update the docs correspondingly.
2020-07-27 12:05:24 +01:00
..
alloc.c lws_netdev: use lws_settings 2020-07-07 15:23:19 +01:00
buflist.c windows: clean type warnings 2020-01-11 14:04:50 +00:00
CMakeLists.txt deprecation: remove lws_dll1 2020-06-02 08:37:10 +01:00
context.c ss: server: h1, h2, ws basic support 2020-07-27 12:05:24 +01:00
libwebsockets.c fakewsi: replace with smaller substructure 2020-07-20 06:28:52 +01:00
logs.c lws_spawn: windows 2020-04-13 19:29:09 +01:00
lws_dll2.c lws_dll2: add helper for typed object name from owner list 2020-07-09 15:30:34 +01:00
private-lib-core.h ss: server: h1, h2, ws basic support 2020-07-27 12:05:24 +01:00
vfs.c cleaning 2020-01-05 22:17:58 +00:00