• Home
Name
Date
Size
#Lines
LOC

..--

mount-origin/12-May-2024-156147

CMakeLists.txtD12-May-20242.1 KiB8170

README.mdD12-May-2024511 2214

minimal-http-server-mimetypes.cD12-May-20242.6 KiB9561

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