blob: ee0de04e13b69008df6af86b74066f2e3c8cf22a [file] [log] [blame]
// Copyright 2014 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
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.