Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
mount-origin/ | 12-May-2024 | - | 156 | 147 | ||
CMakeLists.txt | D | 12-May-2024 | 2.1 KiB | 81 | 70 | |
README.md | D | 12-May-2024 | 511 | 22 | 14 | |
minimal-http-server-mimetypes.c | D | 12-May-2024 | 2.6 KiB | 95 | 61 |
README.md
1# lws minimal http server mimetypes 2 3This is the same as the basic minimal http server, but it demonstrates how to 4add support for extra mimetypes to a mount. 5 6## build 7 8``` 9 $ cmake . && make 10``` 11 12## usage 13 14``` 15 $ ./lws-minimal-http-server 16[2018/03/04 09:30:02:7986] USER: LWS minimal http server | visit http://localhost:7681 17[2018/03/04 09:30:02:7986] NOTICE: Creating Vhost 'default' port 7681, 1 protocols, IPv6 on 18``` 19 20Visit http://localhost:7681 and click on the link to download the test.tar.bz2 file. 21 22