tree: 5df4b926d028309c0d809217055871f709124af9 [path history] [tgz]
  1. libwebserv/
  2. test-client/
  3. webservd/
  4. BUILD.gn
  5. OWNERS
  6. README.md
webserver/README.md
Warning: This document is old & has moved. Please update any links:
https://chromium.googlesource.com/chromiumos/platform2/+/HEAD/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.