1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/test-server
Andy Green 72c854e022 client support http without ws
Server support for http[s] as well as ws[s] is implicit.
But until now client only supported ws[s].

This allows the user code to pass an explicit http method
like "GET" in the connect_info, disabling the ws upgrade logic.

Then you can also use lws client as http client, not just ws.

Signed-off-by: Andy Green <andy.green@linaro.org>
2016-02-29 18:41:36 +08:00
..
.gitignore Ignoring linux build files 2013-01-09 15:46:11 +08:00
attack.sh attack.sh add check for nonexistant file processing 2016-02-20 08:12:31 +08:00
favicon.ico refactor-into-dirs.patch 2010-11-01 09:12:17 +00:00
fuzxy.c Don't include <sys/cdefs.h> for NetBSD 2016-02-27 10:30:59 +08:00
leaf.jpg add by hand http send example 2013-02-14 23:24:07 +08:00
libwebsockets-test-server.service test server example systemd service file 2016-02-19 12:46:36 +08:00
libwebsockets.org-logo.png add libwebsockets.org logo to share 2013-01-16 10:00:39 +08:00
lws-cgi-test.sh cgi 2016-02-25 09:45:17 +08:00
test-client.c client support http without ws 2016-02-29 18:41:36 +08:00
test-echo.c license clarification and test apps CC zero 2016-02-08 08:44:21 +08:00
test-fraggle.c coverity 158146 test fraggle sprintf bounds 2016-02-15 21:07:09 +08:00
test-ping.c coverity 158147 test ping sprintf bounds 2016-02-15 21:09:00 +08:00
test-server-dumb-increment.c license clarification and test apps CC zero 2016-02-08 08:44:21 +08:00
test-server-echogen.c license clarification and test apps CC zero 2016-02-08 08:44:21 +08:00
test-server-http.c test server log LWS_CALLBACK_HTTP 2016-02-25 15:06:37 +08:00
test-server-libev.c Fix some typos. 2016-02-16 21:47:56 +08:00
test-server-libuv.c test server libuv support status protocol 2016-02-27 13:17:26 +08:00
test-server-mirror.c license clarification and test apps CC zero 2016-02-08 08:44:21 +08:00
test-server-pthreads.c license clarification and test apps CC zero 2016-02-08 08:44:21 +08:00
test-server-status.c test server add lws_status 2016-02-21 11:09:40 +08:00
test-server.c test server add lws_status 2016-02-21 11:09:40 +08:00
test-server.h cgi 2016-02-25 09:45:17 +08:00
test.html test server add lws_status 2016-02-21 11:09:40 +08:00