tree: 4a7b0abeb1a75af62f3f962e6fde3fe56f85383b [path history] [tgz]
  1. libwebserv/
  2. test-client/
  3. webservd/
  4. OWNERS
  5. README.md
  6. webserver.gyp
webserver/README.md

This directory contains a web server (webservd) and a client interface library (libwebserv).

The current implementation of the web server uses libmicrohttpd for actual HTTP request processing and dispatches the requests to libwebserv clients over D-Bus.