1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/roles/http
Andy Green 8a7e0edb7d lws_spawn_piped: break out from cgi
The vfork optimized spawn, stdxxx and terminal handling in the cgi
implementation is quite mature and sophisticated, and useful for
other things unrelated to cgi.  Break it out into its own public
api under LWS_WITH_SPAWN, off by default.

Expand it so the parent wsi is optional, and the role and protocol
bindings for stdxxx pipes can be set.  Allow optional sul timeout
and external lws_dll2 owner for extant children.

Remove inline style from minimal http-server-cgi
2020-02-21 17:32:41 +00:00
..
client client: http: add PUT to stream bindable methods 2020-02-21 17:32:41 +00:00
compression cleaning 2020-01-05 22:17:58 +00:00
server lws_spawn_piped: break out from cgi 2020-02-21 17:32:41 +00:00
header.c cleaning 2020-01-05 22:17:58 +00:00
lextable-strings.h lextable: fix x-forwarded-for 2019-12-20 18:42:29 +00:00
lextable.h lextable: fix x-forwarded-for 2019-12-20 18:42:29 +00:00
minilex.c cleaning 2020-01-05 22:17:58 +00:00
parsers.c minimal-http-client-multi: add POST 2020-02-21 17:32:41 +00:00
private-lib-roles-http.h minimal-http-client-multi: add POST 2020-02-21 17:32:41 +00:00