• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

CMakeLists.txtD23-Nov-20232.1 KiB8271

README.mdD23-Nov-2023531 2618

localhost-100y.certD23-Nov-20232.1 KiB3534

localhost-100y.keyD23-Nov-20233.2 KiB5352

minimal-http-server.cD23-Nov-20233.9 KiB158106

README.md

1# lws minimal http server
2
3## build
4
5```
6 $ cmake . && make
7```
8## Commandline Options
9
10Option|Meaning
11---|---
12-d|Set logging verbosity
13-s|Serve using TLS selfsigned cert (ie, connect to it with https://...)
14-v|Connection validity use 3s / 10s instead of default 5m / 5m10s
15
16## usage
17
18```
19 $ ./lws-minimal-http-server
20[2018/03/04 09:30:02:7986] USER: LWS minimal http server | visit http://localhost:7681
21[2018/03/04 09:30:02:7986] NOTICE: Creating Vhost 'default' port 7681, 1 protocols, IPv6 on
22```
23
24Visit http://localhost:7681
25
26