You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 36ed224bac
Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
1 year ago
..
CMakeLists.txt Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
README.md Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
minimal-http-server.c Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
my-cgi-script.sh Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago

README.md

lws minimal http server-cgi

build

 $ cmake . && make

usage

This example runs a script ./my-cgi-script.sh when you vist /

The script dumps some information from /proc on stdout, which is proxied back to the browser, script output on stderr is printed in the console.

It's able to serve the script output over h1 using chunked encoding, and over h2 having stripped the chunked encoding from the script output.

 $ ./lws-minimal-http-server-cgi
[2019/11/18 16:31:29:5481] U: LWS minimal http server | visit http://localhost:7681
[2019/11/18 16:31:40:2176] N: CGI-stderr: lwstest script stderr: REQUEST_METHOD was GET

Visit http://localhost:7681