Name Date Size

..25-Oct-20244 KiB

minimal-http-server/H25-Oct-20244 KiB

minimal-http-server-basicauth/H25-Oct-20244 KiB

minimal-http-server-cgi/H25-Oct-20244 KiB

minimal-http-server-custom-headers/H25-Oct-20244 KiB

minimal-http-server-deaddrop/H25-Oct-20244 KiB

minimal-http-server-dynamic/H25-Oct-20244 KiB

minimal-http-server-eventlib/H25-Oct-20244 KiB

minimal-http-server-eventlib-custom/H25-Oct-20244 KiB

minimal-http-server-eventlib-demos/H25-Oct-20244 KiB

minimal-http-server-eventlib-foreign/H25-Oct-20244 KiB

minimal-http-server-eventlib-smp/H25-Oct-20244 KiB

minimal-http-server-form-get/H25-Oct-20244 KiB

minimal-http-server-form-post/H25-Oct-20244 KiB

minimal-http-server-form-post-file/H25-Oct-20244 KiB

minimal-http-server-form-post-lwsac/H25-Oct-20244 KiB

minimal-http-server-fulltext-search/H25-Oct-20244 KiB

minimal-http-server-h2-long-poll/H25-Oct-20244 KiB

minimal-http-server-mimetypes/H25-Oct-20244 KiB

minimal-http-server-multivhost/H25-Oct-20244 KiB

minimal-http-server-proxy/H25-Oct-20244 KiB

minimal-http-server-smp/H25-Oct-20244 KiB

minimal-http-server-sse/H25-Oct-20244 KiB

minimal-http-server-sse-ring/H25-Oct-20244 KiB

minimal-http-server-tls/H25-Oct-20244 KiB

minimal-http-server-tls-80/H25-Oct-20244 KiB

minimal-http-server-tls-mem/H25-Oct-20244 KiB

README.mdH A D25-Oct-20241.7 KiB

README.md

1|Example|Demonstrates|
2---|---
3minimal-http-server-basicauth|Shows how to protect a mount using a password file and basic auth
4minimal-http-server-custom-headers|Shows how to query custom headers that lws doesn't already know
5minimal-http-server-deaddrop|Shows how to use the deaddrop drag and drop file upload + sharing plugin
6minimal-http-server-dynamic|Serves both static and dynamically generated http content
7minimal-http-server-eventlib-foreign|Demonstrates integrating lws with a foreign event library
8minimal-http-server-eventlib-demos|Using the demo plugins with event libraries
9minimal-http-server-eventlib|Same as minimal-http-server but works with a supported event library
10minimal-http-server-form-get|Process a GET form
11minimal-http-server-form-post-file|Process a multipart POST form with file transfer
12minimal-http-server-form-post|Process a POST form (no file transfer)
13minimal-http-server-fulltext-search|Demonstrates using lws Fulltext Search
14minimal-http-server-mimetypes|Shows how to add support for additional mimetypes at runtime
15minimal-http-server-multivhost|Same as minimal-http-server but three different vhosts
16minimal-http-server-proxy|Reverse Proxy
17minimal-http-server-smp|Multiple service threads
18minimal-http-server-sse-ring|Server Side Events with ringbuffer and threaded event sources
19minimal-http-server-sse|Simple Server Side Events
20minimal-http-server-tls-80|Serves a directory over http/1 or http/2 with TLS (SSL), custom 404 handler, redirect to https on port 80
21minimal-http-server-tls-mem|Serves using TLS with the cert and key provided as memory buffers instead of files
22minimal-http-server-tls|Serves a directory over http/1 or http/2 with TLS (SSL), custom 404 handler
23minimal-http-server|Serves a directory over http/1, custom 404 handler
24
25